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.
2 parents 3fb7cae + bdb4762 commit 8458a79Copy full SHA for 8458a79
manifests/opendatahub/overlays/default-configs/kustomization.yaml
@@ -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