fix: remove foreign character (#280)
An accented character snuck into values.yaml: `bitbucketUUÌD` rather than `bitbucketUUID`
This commit is contained in:
parent
d14ada6657
commit
c6c4722787
2 changed files with 2 additions and 2 deletions
|
|
@ -760,7 +760,7 @@ configs:
|
|||
githubSecret: ""
|
||||
gitlabSecret: ""
|
||||
bitbucketServerSecret: ""
|
||||
bitbucketUUÌD: ""
|
||||
bitbucketUUID: ""
|
||||
gogsSecret: ""
|
||||
|
||||
# Custom secrets. Useful for injecting SSO secrets into environment variables.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue