Fix syntax in argocd-secret template (#105)
This commit is contained in:
parent
108fb73d2c
commit
779844684b
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ metadata:
|
||||||
app.kubernetes.io/part-of: {{ include "argo-cd.name" . }}
|
app.kubernetes.io/part-of: {{ include "argo-cd.name" . }}
|
||||||
type: Opaque
|
type: Opaque
|
||||||
{{- if or .Values.config.webhook.githubSecret (or .Values.config.webhook.gitlabSecret .Values.config.webhook.bitbucketSecret) }}
|
{{- 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:
|
data:
|
||||||
{{- if .Values.config.webhook.githubSecret }}
|
{{- if .Values.config.webhook.githubSecret }}
|
||||||
github.webhook.secret: {{ .Values.config.webhook.githubSecret }}
|
github.webhook.secret: {{ .Values.config.webhook.githubSecret }}
|
||||||
|
|
Loading…
Reference in a new issue