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