Skip to content

Commit d27220a

Browse files
authored
Merge pull request #28 from jianxiaoguo/main
chore(charts): add database configuration comment
2 parents c37cdac + 279aba5 commit d27220a

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)