mirror of
https://github.com/autistic-symposium/ml-quantum-tensorflow-py.git
synced 2025-04-27 19:26:09 -04:00
40 lines
889 B
YAML
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
|