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
|
||||
kind: Application
|
||||
metadata:
|
||||
|
@ -27,3 +28,4 @@ spec:
|
|||
duration: 5s
|
||||
factor: 2
|
||||
maxDuration: 3m0s
|
||||
{{- end }}
|
||||
|
|
|
@ -3,8 +3,7 @@ bootstrap:
|
|||
repoURL: "https://git.strudelline.net/infra/argocd"
|
||||
targetRevision: "main"
|
||||
|
||||
sealed-secrets:
|
||||
enabled: true
|
||||
sealed-secrets: {enabled: true}
|
||||
|
||||
argo-cd:
|
||||
crds:
|
||||
|
|
Loading…
Reference in New Issue
Block a user