mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 10:22:54 +02:00
22 lines
500 B
YAML
22 lines
500 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: helm-external-secrets
|
|
namespace: argocd
|
|
finalizers:
|
|
- resources-finalizer.argocd.argoproj.io
|
|
spec:
|
|
syncPolicy:
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
automated:
|
|
selfHeal: true
|
|
project: default
|
|
sources:
|
|
- chart: external-secrets
|
|
repoURL: https://charts.external-secrets.io
|
|
targetRevision: 0.20.4
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: external-secrets
|