From 779844684b92db812d57526aa87b243238128d44 Mon Sep 17 00:00:00 2001 From: Minh Monmen Date: Tue, 10 Sep 2019 21:16:10 +0700 Subject: [PATCH] Fix syntax in argocd-secret template (#105) --- charts/argo-cd/templates/argocd-secret.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/argo-cd/templates/argocd-secret.yaml b/charts/argo-cd/templates/argocd-secret.yaml index c29fa53d..19ad78de 100755 --- a/charts/argo-cd/templates/argocd-secret.yaml +++ b/charts/argo-cd/templates/argocd-secret.yaml @@ -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 }}