Skip to content

Commit a80577f

Browse files
committed
[sophora-ugc]: remove default keys + changelog
1 parent 2a518cb commit a80577f

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

charts/sophora-ugc/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 2.0.7
4+
- All deployment secrets are optional now. You can use `env` in your `values.yaml` instead of leave it empty.
5+
36
## 2.0.6
47
- Add support for service accounts
58

charts/sophora-ugc/values.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ authentication:
2929
secret:
3030
server:
3131
name: secret-name
32-
usernameKey: username
33-
passwordKey: password
32+
usernameKey:
33+
passwordKey:
3434
database:
3535
name: secret-name
36-
usernameKey: database-user
37-
passwordKey: database-password
36+
usernameKey:
37+
passwordKey:
3838
binarystore:
3939
name: secret-name
4040
accessKeyKey: binarystore-access-key

0 commit comments

Comments
 (0)