2020-04-06 17:23:26 -07:00

40 lines
889 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- cluster-role-binding.yaml
- cluster-role.yaml
- config-map.yaml
- service-account.yaml
- stateful-set.yaml
commonLabels:
kustomize.component: admission-webhook-bootstrap
namePrefix: admission-webhook-bootstrap-
images:
- name: gcr.io/kubeflow-images-public/ingress-setup
newName: gcr.io/kubeflow-images-public/ingress-setup
newTag: latest
generatorOptions:
disableNameSuffixHash: true
configurations:
- params.yaml
namespace: kubeflow
configMapGenerator:
- name: config-map
behavior: merge
env: params.env
vars:
- name: webhookNamePrefix
objref:
kind: ConfigMap
name: config-map
apiVersion: v1
fieldref:
fieldpath: data.webhookNamePrefix
- name: namespace
objref:
kind: ConfigMap
name: config-map
apiVersion: v1
fieldref:
fieldpath: data.namespace