mirror of
https://github.com/autistic-symposium/ml-quantum-tensorflow-py.git
synced 2025-04-27 19:26:09 -04:00
16 lines
347 B
YAML
16 lines
347 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: kubeflow
|
|
nameprefix: ml-pipeline-viewer-
|
|
commonLabels:
|
|
app: ml-pipeline-viewer-crd
|
|
resources:
|
|
- crd.yaml
|
|
- cluster-role-binding.yaml
|
|
- cluster-role.yaml
|
|
- deployment.yaml
|
|
- service-account.yaml
|
|
images:
|
|
- name: gcr.io/ml-pipeline/viewer-crd-controller
|
|
newTag: '0.1.23'
|