mirror of
https://github.com/autistic-symposium/ml-quantum-tensorflow-py.git
synced 2025-07-24 07:00:34 -04:00
33 lines
650 B
YAML
33 lines
650 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: kubeflow
|
|
resources:
|
|
- cluster-role-binding.yaml
|
|
- cluster-role.yaml
|
|
- config-map.yaml
|
|
- crd.yaml
|
|
- deployment.yaml
|
|
- service-account.yaml
|
|
- service.yaml
|
|
commonLabels:
|
|
kustomize.component: tf-job-operator
|
|
configMapGenerator:
|
|
- name: parameters
|
|
env: params.env
|
|
vars:
|
|
- name: namespace
|
|
objref:
|
|
kind: Service
|
|
name: tf-job-dashboard
|
|
apiVersion: v1
|
|
fieldref:
|
|
fieldpath: metadata.namespace
|
|
- name: clusterDomain
|
|
objref:
|
|
kind: ConfigMap
|
|
name: parameters
|
|
apiVersion: v1
|
|
fieldref:
|
|
fieldpath: data.clusterDomain
|
|
configurations:
|
|
- params.yaml
|