Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
feat(charts): Add support to specify creds for in cluster db through …
Browse files Browse the repository at this point in the history
…values file
  • Loading branch information
kmala committed Dec 20, 2016
1 parent 4d48303 commit e255775
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/workflow/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ controller:
registration_mode: "enabled"

database:
# The username and password to be used by the on-cluster database.
# If left empty they will be generated using randAlphaNum
username: ""
password: ""
# Configure the following ONLY if using an off-cluster PostgreSQL database
postgres:
name: "database name"
Expand Down

0 comments on commit e255775

Please sign in to comment.