mirror of
https://github.com/autistic-symposium/ml-quantum-tensorflow-py.git
synced 2025-04-26 02:39:17 -04:00
15 lines
302 B
YAML
15 lines
302 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: kubeflow
|
|
commonLabels:
|
|
app: ml-pipeline-scheduledworkflow
|
|
resources:
|
|
- crd.yaml
|
|
- deployment.yaml
|
|
- role-binding.yaml
|
|
- role.yaml
|
|
- service-account.yaml
|
|
images:
|
|
- name: gcr.io/ml-pipeline/scheduledworkflow
|
|
newTag: '0.1.23'
|