You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
643 B
29 lines
643 B
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: kubeflow
|
|
|
|
resources:
|
|
- ../../base/installs/generic
|
|
- ../../base/metadata/base
|
|
- ../../third-party/argo/installs/namespace
|
|
- minio-azure-gateway
|
|
|
|
configMapGenerator:
|
|
- behavior: merge
|
|
envs:
|
|
- params.env
|
|
name: pipeline-install-config
|
|
|
|
secretGenerator:
|
|
- behavior: merge
|
|
envs:
|
|
- mysql-secret.env
|
|
name: mysql-secret
|
|
|
|
# Identifier for application manager to apply ownerReference.
|
|
# The ownerReference ensures the resources get garbage collected
|
|
# when application is deleted.
|
|
labels:
|
|
- includeSelectors: true
|
|
pairs:
|
|
application-crd-id: kubeflow-pipelines
|
|
|