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
|
|
@ -516,6 +516,12 @@ configs:
|
|||
bitbucketUUID: ""
|
||||
# -- Shared secret for authenticating Gogs webhook events
|
||||
gogsSecret: ""
|
||||
## Azure DevOps
|
||||
azureDevops:
|
||||
# -- Shared secret username for authenticating Azure DevOps webhook events
|
||||
username: ""
|
||||
# -- Shared secret password for authenticating Azure DevOps webhook events
|
||||
password: ""
|
||||
|
||||
# -- add additional secrets to be added to argocd-secret
|
||||
## Custom secrets. Useful for injecting SSO secrets into environment variables.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue