Skip to content

Commit f55e521

Browse files
committed
Update pipeline-install-config to use same DB
- Database containers now enforce non-root login only which breaks some db initializations if more than 1 database is used
1 parent 33e1494 commit f55e521

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifests/opendatahub/base/configmaps/pipeline-install-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ data:
55
appVersion: 1.7.0
66
autoUpdatePipelineDefaultVersion: "true"
77
bucketName: mlpipeline
8-
cacheDb: cachedb
8+
cacheDb: mlpipeline
99
cacheImage: registry.access.redhat.com/ubi8/ubi-minimal
1010
cacheNodeRestrictions: "false"
1111
cronScheduleTimezone: UTC
1212
dbHost: mysql
1313
dbPort: "3306"
1414
defaultPipelineRoot: ""
15-
mlmdDb: metadb
15+
mlmdDb: mlpipeline
1616
pipelineDb: mlpipeline
1717
warning: |
1818
1. Do not use kubectl to edit this configmap, because some values are used

0 commit comments

Comments
 (0)