Skip to content

Commit bdb4762

Browse files
committed
Add missing default-config kustomization.yaml
1 parent b4b2e5a commit bdb4762

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
apiVersion: kustomize.config.k8s.io/v1beta1
3+
kind: Kustomization
4+
5+
bases:
6+
- ../../base
7+
8+
resources:
9+
# Configmaps
10+
- ./configmaps/ds-pipeline-config.yaml
11+
- ./configmaps/pipeline-install-config.yaml
12+
13+
# Deployments
14+
- ./secrets/mlpipeline-minio-artifact.yaml
15+
- ./secrets/mysql-secret.yaml
16+
17+
generatorOptions:
18+
disableNameSuffixHash: true

tests/setup/kfctl_openshift.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ spec:
2323
- metadata-store-mariadb
2424
- ds-pipeline-ui
2525
- object-store-minio
26+
- default-configs
2627
repoRef:
2728
name: app
2829
path: manifests/opendatahub

0 commit comments

Comments
 (0)