We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e55b1dc + e255775 commit 3157fd7Copy full SHA for 3157fd7
1 file changed
charts/workflow/values.yaml
@@ -109,6 +109,10 @@ controller:
109
registration_mode: "enabled"
110
111
database:
112
+ # The username and password to be used by the on-cluster database.
113
+ # If left empty they will be generated using randAlphaNum
114
+ username: ""
115
+ password: ""
116
# Configure the following ONLY if using an off-cluster PostgreSQL database
117
postgres:
118
name: "database name"
0 commit comments