Files
homelab/cluster/platform/external-secrets/application.yaml

31 lines
852 B
YAML

# ------------------------------------------------------------------------------
# Platform: External Secrets Operator
# Wave 1 — must be fully healthy before 1Password Connect (wave 2)
# ------------------------------------------------------------------------------
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: external-secrets
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "1"
spec:
project: default
source:
repoURL: https://charts.external-secrets.io
chart: external-secrets
targetRevision: 0.14.4
helm:
valuesFiles:
- values.yaml
destination:
server: https://kubernetes.default.svc
namespace: external-secrets
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true