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.
20 lines
620 B
20 lines
620 B
# 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: ghcr.io/kubeflow/kubeflow/profile-controller
|
|
newName: ghcr.io/kubeflow/kubeflow/profile-controller
|
|
newTag: v1.10.0
|
|
|
|
configMapGenerator:
|
|
- name: namespace-labels-data
|
|
files:
|
|
- namespace-labels.yaml
|
|
|