Fix syntax in argocd-secret template (#105)

This commit is contained in:
Minh Monmen 2019-09-10 21:16:10 +07:00 committed by Alex Collins
parent 108fb73d2c
commit 779844684b

View file

@ -11,7 +11,7 @@ metadata:
app.kubernetes.io/part-of: {{ include "argo-cd.name" . }}
type: Opaque
{{- if or .Values.config.webhook.githubSecret (or .Values.config.webhook.gitlabSecret .Values.config.webhook.bitbucketSecret) }}
Setting a blank data again will wipe admin password/key/cert
# Setting a blank data again will wipe admin password/key/cert
data:
{{- if .Values.config.webhook.githubSecret }}
github.webhook.secret: {{ .Values.config.webhook.githubSecret }}