We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a518cb commit a80577fCopy full SHA for a80577f
charts/sophora-ugc/CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
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
+
6
## 2.0.6
7
- Add support for service accounts
8
charts/sophora-ugc/values.yaml
@@ -29,12 +29,12 @@ authentication:
29
secret:
30
server:
31
name: secret-name
32
- usernameKey: username
33
- passwordKey: password
+ usernameKey:
+ passwordKey:
34
database:
35
36
- usernameKey: database-user
37
- passwordKey: database-password
38
binarystore:
39
40
accessKeyKey: binarystore-access-key
0 commit comments