File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 11apiVersion : v1
22appVersion : " >=2.5.0"
3- version : 0.12.2
3+ version : 0.12.3
44name : pipelines-v2
55description : Kubeflow pipelines framework for machine learning
66home : https://www.kubeflow.org/
Original file line number Diff line number Diff line change @@ -7,8 +7,7 @@ metadata:
77 component : workflow-controller
88{{ include "pipelines.commonLabels" . | indent 4 }}
99{{- if eq .Values.storageMode.kind "minio" }}
10- data : # "config: |" key is optional in 2.7+!
11- instanceID : my-ci-controller
10+ data :
1211 metricsConfig : |
1312 enabled: false
1413 path: /metrics
@@ -29,9 +28,6 @@ data: # "config: |" key is optional in 2.7+!
2928
3029{{- else if eq .Values.storageMode.kind "v3io" }}
3130data :
32- # emissary executor is a more portable default, see https://github.com/kubeflow/kfp/issues/1654.
33- # containerRuntimeExecutor: emissary
34-
3531 config : |
3632 {
3733 namespace: {{ .Release.Namespace }},
You can’t perform that action at this time.
0 commit comments