fix(argo-cd): correct syntax
Signed-off-by: yu-croco <yu.croco@gmail.com>
This commit is contained in:
parent
ccb41f08b5
commit
eb6fea326c
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ data:
|
|||
{{- with .Values.configs.secret.gogsSecret }}
|
||||
webhook.gogs.secret: {{ . | b64enc }}
|
||||
{{- end }}
|
||||
{{- if and (.Values.configs.secret.azureDevops.username .Values.configs.secret.azureDevops.password) }}
|
||||
{{- if and .Values.configs.secret.azureDevops.username .Values.configs.secret.azureDevops.password }}
|
||||
webhook.azuredevops.username: {{ .Values.configs.secret.azureDevops.username | b64enc }}
|
||||
webhook.azuredevops.password: {{ .Values.configs.secret.azureDevops.password | b64enc }}
|
||||
{{- end }}
|
||||
|
|
Loading…
Reference in a new issue