You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
1.3 KiB
59 lines
1.3 KiB
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- cluster-role-binding.yaml
|
|
- crd.yaml
|
|
- deployment.yaml
|
|
- service.yaml
|
|
- service-account.yaml
|
|
namePrefix: profiles-
|
|
namespace: kubeflow
|
|
commonLabels:
|
|
kustomize.component: profiles
|
|
configMapGenerator:
|
|
- env: params.env
|
|
name: profiles-parameters
|
|
images:
|
|
- digest: sha256:3b0d4be7e59a3fa5ed1d80dccc832312caa94f3b2d36682524d3afc4e45164f0
|
|
name: gcr.io/kubeflow-images-public/kfam
|
|
- name: gcr.io/kubeflow-images-public/profile-controller
|
|
newName: gcr.io/kubeflow-images-public/profile-controller
|
|
newTag: vmaster-gf8a30e02
|
|
vars:
|
|
- fieldref:
|
|
fieldPath: data.admin
|
|
name: admin
|
|
objref:
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
name: profiles-parameters
|
|
- fieldref:
|
|
fieldPath: data.gcp-sa
|
|
name: gcp-sa
|
|
objref:
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
name: profiles-parameters
|
|
- fieldref:
|
|
fieldPath: data.userid-header
|
|
name: userid-header
|
|
objref:
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
name: profiles-parameters
|
|
- fieldref:
|
|
fieldPath: data.userid-prefix
|
|
name: userid-prefix
|
|
objref:
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
name: profiles-parameters
|
|
- fieldref:
|
|
fieldPath: metadata.namespace
|
|
name: namespace
|
|
objref:
|
|
apiVersion: v1
|
|
kind: Service
|
|
name: kfam
|
|
configurations:
|
|
- params.yaml
|
|
|