Files
service-catalog/charts/kubeflow/apps/profiles/upstream/base/kustomization.yaml
T
2025-01-13 02:31:27 +00:00

21 lines
627 B
YAML

# TODO(jlewi): This kustomization.yaml is deprecated. We want the
# base_v3 version. This version uses a bunch of problematic patterns e.g.
# i) Using vars to do command line substitution
# ii) Not using a configmap to make application and global config available
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../default
patchesStrategicMerge:
- patches/manager.yaml
images:
- name: docker.io/kubeflownotebookswg/profile-controller
newName: docker.io/kubeflownotebookswg/profile-controller
newTag: v1.9.0
configMapGenerator:
- name: namespace-labels-data
files:
- namespace-labels.yaml