chore(argo-cd): Remove unnecessary comment
Signed-off-by: yu-croco <yu.croco@gmail.com>
This commit is contained in:
parent
e59d698eb3
commit
d97f59e137
1 changed files with 0 additions and 1 deletions
|
@ -34,7 +34,6 @@ data:
|
|||
{{- with .Values.configs.secret.gogsSecret }}
|
||||
webhook.gogs.secret: {{ . | b64enc }}
|
||||
{{- end }}
|
||||
{{/* In some environment, `if` condition needed to render. */}}
|
||||
{{- if and (.Values.configs.secret.azureDevops.username .Values.configs.secret.azureDevops.password) }}
|
||||
webhook.azuredevops.username: {{ .Values.configs.secret.azureDevops.username }}
|
||||
webhook.azuredevops.password: {{ .Values.configs.secret.azureDevops.password | b64enc }}
|
||||
|
|
Loading…
Reference in a new issue