ext-secrets
This commit is contained in:
parent
7fbf0fe073
commit
8bede070f2
26
apps/templates/external-secrets.yaml
Normal file
26
apps/templates/external-secrets.yaml
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: external-secrets
|
||||||
|
namespace: argo-cd
|
||||||
|
finalizers:
|
||||||
|
- resources-finalizer.argocd.argoproj.io
|
||||||
|
spec:
|
||||||
|
destination:
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
namespace: external-secrets
|
||||||
|
project: default
|
||||||
|
source:
|
||||||
|
chart: external-secrets
|
||||||
|
helm:
|
||||||
|
values: |
|
||||||
|
|
||||||
|
repoURL: https://charts.external-secrets.io
|
||||||
|
targetRevision: 0.7.0
|
||||||
|
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
prune: true
|
||||||
|
selfHeal: true
|
||||||
|
syncOptions:
|
||||||
|
- CreateNamespace=true
|
Loading…
Reference in New Issue
Block a user