Skip to content

Commit

Permalink
small pipelines cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: David van der Spek <[email protected]>
  • Loading branch information
davidspek committed Sep 18, 2023
1 parent 095c9c8 commit 4b0b9f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,10 @@ spec:
key: cacheNodeRestrictions
name: pipeline-install-config
- name: DBCONFIG_DRIVER
value: mysql # TODO: make configurable
valueFrom:
configMapKeyRef:
key: dbDriverName
name: pipeline-install-config
- name: DBCONFIG_DB_NAME
valueFrom:
configMapKeyRef:
Expand Down
1 change: 0 additions & 1 deletion kubeflow/helm/pipelines/templates/configmap.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
apiVersion: v1
data:
appName: pipeline
ConMaxLifeTime: 120s # TODO: make configurable
defaultCacheStaleness: "" # TODO: make configurable
maximumCacheStaleness: "" # TODO: make configurable
appVersion: {{ .Chart.AppVersion }}
Expand Down

0 comments on commit 4b0b9f2

Please sign in to comment.