We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33e1494 commit f55e521Copy full SHA for f55e521
manifests/opendatahub/base/configmaps/pipeline-install-config.yaml
@@ -5,14 +5,14 @@ data:
5
appVersion: 1.7.0
6
autoUpdatePipelineDefaultVersion: "true"
7
bucketName: mlpipeline
8
- cacheDb: cachedb
+ cacheDb: mlpipeline
9
cacheImage: registry.access.redhat.com/ubi8/ubi-minimal
10
cacheNodeRestrictions: "false"
11
cronScheduleTimezone: UTC
12
dbHost: mysql
13
dbPort: "3306"
14
defaultPipelineRoot: ""
15
- mlmdDb: metadb
+ mlmdDb: mlpipeline
16
pipelineDb: mlpipeline
17
warning: |
18
1. Do not use kubectl to edit this configmap, because some values are used
0 commit comments