2026-06-30 22:04:28 +00:00
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
|
kind: Application
|
|
|
|
|
metadata:
|
|
|
|
|
name: external-secrets-config
|
|
|
|
|
namespace: argocd
|
|
|
|
|
spec:
|
|
|
|
|
project: platform
|
|
|
|
|
source:
|
2026-06-30 22:07:51 +00:00
|
|
|
repoURL: https://www.symcrest.com/internal/dev/git/symcrest/k8s-platform.git
|
2026-06-30 22:04:28 +00:00
|
|
|
targetRevision: main
|
|
|
|
|
path: infrastructure/external-secrets
|
|
|
|
|
destination:
|
|
|
|
|
server: https://kubernetes.default.svc
|
|
|
|
|
namespace: external-secrets
|
|
|
|
|
syncPolicy:
|
|
|
|
|
automated:
|
|
|
|
|
prune: true
|
|
|
|
|
selfHeal: true
|
|
|
|
|
syncOptions:
|
|
|
|
|
- CreateNamespace=false
|