fix: remove foreign character (#280)

An accented character snuck into values.yaml: `bitbucketUUÌD` rather than `bitbucketUUID`
This commit is contained in:
Mathew Wicks 2020-03-27 07:27:13 +11:00 committed by GitHub
parent d14ada6657
commit c6c4722787
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -760,7 +760,7 @@ configs:
githubSecret: ""
gitlabSecret: ""
bitbucketServerSecret: ""
bitbucketUUÌD: ""
bitbucketUUID: ""
gogsSecret: ""
# Custom secrets. Useful for injecting SSO secrets into environment variables.