kustomize

This commit is contained in:
Steinkirch 2020-04-06 17:23:26 -07:00
parent ae72757665
commit aa0e248a45
330 changed files with 27690 additions and 0 deletions

View file

@ -0,0 +1,39 @@
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