2026-01-28 19:30:10 -08:00
|
|
|
# External Secrets Operator - Kubernetes secret sync from external providers
|
|
|
|
|
# Syncs secrets from 1Password Connect to native Kubernetes Secrets
|
|
|
|
|
#
|
2026-03-25 15:56:41 -07:00
|
|
|
# Static manifests rendered from upstream Helm chart v2.2.0
|
|
|
|
|
# Upstream: https://github.com/external-secrets/external-secrets
|
2026-01-28 19:30:10 -08:00
|
|
|
#
|
|
|
|
|
# Prerequisites:
|
|
|
|
|
# - 1password-connect must be deployed and healthy
|
2026-03-25 15:56:41 -07:00
|
|
|
# - external-secrets-crds must be synced first
|
2026-01-28 19:30:10 -08:00
|
|
|
#
|
|
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
|
kind: Application
|
|
|
|
|
metadata:
|
|
|
|
|
name: external-secrets
|
|
|
|
|
namespace: argocd
|
|
|
|
|
spec:
|
|
|
|
|
project: default
|
2026-03-25 15:56:41 -07:00
|
|
|
source:
|
|
|
|
|
repoURL: ssh://forgejo@forge.ops.eblu.me:2222/eblume/blumeops.git
|
|
|
|
|
targetRevision: main
|
|
|
|
|
path: argocd/manifests/external-secrets
|
2026-01-28 19:30:10 -08:00
|
|
|
destination:
|
|
|
|
|
server: https://kubernetes.default.svc
|
|
|
|
|
namespace: external-secrets
|
|
|
|
|
syncPolicy:
|
|
|
|
|
syncOptions:
|
|
|
|
|
- CreateNamespace=true
|
|
|
|
|
- ServerSideApply=true
|