feat(argo-cd): Support Azure DevOps webhook Secret (#2439)
Signed-off-by: yu-croco <yu.croco@gmail.com>
This commit is contained in:
parent
be7ed3d232
commit
9e31be4a60
4 changed files with 14 additions and 2 deletions
|
|
@ -34,6 +34,10 @@ data:
|
|||
{{- with .Values.configs.secret.gogsSecret }}
|
||||
webhook.gogs.secret: {{ . | b64enc }}
|
||||
{{- end }}
|
||||
{{- with .Values.configs.secret.azureDevops }}
|
||||
webhook.azuredevops.username: {{ .username }}
|
||||
webhook.azuredevops.password: {{ .password | b64enc }}
|
||||
{{- end }}
|
||||
{{- with .Values.configs.secret.argocdServerTlsConfig }}
|
||||
tls.key: {{ .key | b64enc }}
|
||||
tls.crt: {{ .crt | b64enc }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue