mirror of
https://github.com/autistic-symposium/ml-quantum-tensorflow-py.git
synced 2025-08-02 19:26:16 -04:00
kustomize
This commit is contained in:
parent
ae72757665
commit
aa0e248a45
330 changed files with 27690 additions and 0 deletions
39
kubeflow/kfapp/kustomize/bootstrap/base/kustomization.yaml
Normal file
39
kubeflow/kfapp/kustomize/bootstrap/base/kustomization.yaml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue