Skip to content

Commit 8458a79

Browse files
authored
Merge pull request opendatahub-io#49 from gmfrasca/remove-dbs3-creds
fix(manifests): Add missing default-config kustomization.yaml
2 parents 3fb7cae + bdb4762 commit 8458a79

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-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

0 commit comments

Comments
 (0)