add optionalness to sealed-secrets

This commit is contained in:
James Andariese 2023-04-23 19:04:25 -05:00
parent 2d86d40877
commit 4ae663897f
2 changed files with 3 additions and 2 deletions

View File

@ -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 }}

View File

@ -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: