add optionalness to sealed-secrets
This commit is contained in:
parent
2d86d40877
commit
4ae663897f
|
@ -1,3 +1,4 @@
|
||||||
|
{{ if (index .Values "sealed-secrets").enabled -}}
|
||||||
apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
kind: Application
|
||||||
metadata:
|
metadata:
|
||||||
|
@ -27,3 +28,4 @@ spec:
|
||||||
duration: 5s
|
duration: 5s
|
||||||
factor: 2
|
factor: 2
|
||||||
maxDuration: 3m0s
|
maxDuration: 3m0s
|
||||||
|
{{- end }}
|
||||||
|
|
|
@ -3,8 +3,7 @@ bootstrap:
|
||||||
repoURL: "https://git.strudelline.net/infra/argocd"
|
repoURL: "https://git.strudelline.net/infra/argocd"
|
||||||
targetRevision: "main"
|
targetRevision: "main"
|
||||||
|
|
||||||
sealed-secrets:
|
sealed-secrets: {enabled: true}
|
||||||
enabled: true
|
|
||||||
|
|
||||||
argo-cd:
|
argo-cd:
|
||||||
crds:
|
crds:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user