Skip to content

Commit 3157fd7

Browse files
authored
Merge pull request #669 from kmala/charts
feat(charts): Add support to specify creds for in cluster db through values file
2 parents e55b1dc + e255775 commit 3157fd7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

charts/workflow/values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,10 @@ controller:
109109
registration_mode: "enabled"
110110

111111
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: ""
112116
# Configure the following ONLY if using an off-cluster PostgreSQL database
113117
postgres:
114118
name: "database name"

0 commit comments

Comments
 (0)