Fix webhook secret properties (#176)
- Bumped chart version to 1.3.0 due to breaking change (bitbucket uuid / bitbucket server secret)
This commit is contained in:
parent
7503f29192
commit
149049293f
3 changed files with 17 additions and 8 deletions
|
|
@ -605,9 +605,13 @@ configs:
|
|||
# -----END RSA PRIVATE KEY-----
|
||||
secret:
|
||||
createSecret: true
|
||||
|
||||
# Webhook Configs
|
||||
githubSecret: ""
|
||||
gitlabSecret: ""
|
||||
bitbucketSecret: ""
|
||||
bitbucketServerSecret: ""
|
||||
bitbucketUUÌD: ""
|
||||
gogsSecret: ""
|
||||
|
||||
# Argo TLS Data.
|
||||
argocdServerTlsConfig: {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue