Skip to content

Commit 0dd04b9

Browse files
committed
feat(charts): add passport component
1 parent 89a2296 commit 0dd04b9

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

charts/workflow/values.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,13 @@ builder:
170170
# If service.type is not set to NodePort, the following statement will be ignored.
171171
nodePort: ""
172172

173+
# Drycc single sign on system
174+
passport:
175+
# Set passport deployment replicas
176+
replicas: 1
177+
# Configuring this will no longer use the built-in database component
178+
database_url: ""
179+
173180
controller:
174181
app_image_pull_policy: "IfNotPresent"
175182
# Possible values are:
@@ -183,14 +190,14 @@ controller:
183190
replicas: 1
184191
# Set celery replicas
185192
celery_replicas: 1
193+
# Configuring this will no longer use the built-in database component
194+
database_url: ""
186195

187196
database:
188197
# The username and password to be used by the on-cluster database.
189198
# If left empty they will be generated using randAlphaNum
190199
username: ""
191200
password: ""
192-
# Configure the following ONLY if using an off-cluster PostgreSQL database
193-
url: "postgres://USER:PASSWORD@HOST:PORT/NAME"
194201

195202
nsqd:
196203
replicas: 1

0 commit comments

Comments
 (0)