21 lines
627 B
YAML
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
|