We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1569536 commit b43c062Copy full SHA for b43c062
values.yaml
@@ -938,8 +938,16 @@ database:
938
username: "user"
939
password: "password"
940
coreDatabase: "registry"
941
- # if using existing secret, the key must be "password"
942
- existingSecret: ""
+ # Use an external secret and provide key mappings
+ existingSecret:
943
+ enabled: true
944
+ name: ""
945
+ keys:
946
+ host: host
947
+ port: port
948
+ username: username
949
+ password: password
950
+ coreDatabase: dbName
951
# "disable" - No SSL
952
# "require" - Always SSL (skip verification)
953
# "verify-ca" - Always SSL (verify that the certificate presented by the
0 commit comments