Skip to content

Commit 279aba5

Browse files
committed
chore(charts): add database configuration comment
1 parent a05b7ab commit 279aba5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

charts/workflow/values.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,9 @@ controller:
153153

154154
database:
155155
# The following parameters are configured only when using an on-cluster Database instance
156-
# If left empty they will be generated using randAlphaNum
156+
# The username and password to be used by the on-cluster database.
157+
# If left empty they will be generated
158+
# The user name should be set to lowercase letters
157159
superuser: "postgres"
158160
superuserPassword: ""
159161
replicator: "standby"

0 commit comments

Comments
 (0)