From b9f3d5dcb24f2ef96d2e5b5fc17ccf3e7aa543f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Brunk?= Date: Fri, 19 Mar 2021 23:45:43 +0100 Subject: [PATCH] Helm - Update task plugin config Based on the following kustomize changes: - cd4a3d5a Trim sandbox (#727) - 9b59ac68 Update propeller version and config (#580) --- helm/values-eks.yaml | 6 ++++++ helm/values-gcp.yaml | 20 ++++++++++++++++++++ helm/values-sandbox.yaml | 13 +++++++------ 3 files changed, 33 insertions(+), 6 deletions(-) create mode 100644 helm/values-gcp.yaml diff --git a/helm/values-eks.yaml b/helm/values-eks.yaml index 5dbb89468a9..175dd2fcc43 100644 --- a/helm/values-eks.yaml +++ b/helm/values-eks.yaml @@ -468,6 +468,12 @@ configmap: - spark - k8s-array - pytorch + default-for-task-types: + container: container + sidecar: sidecar + spark: spark + container_array: k8s-array + pytorch: pytorch k8s: plugins: diff --git a/helm/values-gcp.yaml b/helm/values-gcp.yaml new file mode 100644 index 00000000000..31d305c7a16 --- /dev/null +++ b/helm/values-gcp.yaml @@ -0,0 +1,20 @@ +# +# CONFIGMAPS +# + +configmap: + tasks: + max-plugin-phase-versions: 1000000 + task-plugins: + enabled-plugins: + - container + - sidecar + - spark + - k8s-array + - pytorch + default-for-task-types: + container: container + sidecar: sidecar + spark: spark + container_array: k8s-array + pytorch: pytorch \ No newline at end of file diff --git a/helm/values-sandbox.yaml b/helm/values-sandbox.yaml index 2a625bd0266..148d564ba34 100644 --- a/helm/values-sandbox.yaml +++ b/helm/values-sandbox.yaml @@ -103,14 +103,15 @@ configmap: enabled_plugins: tasks: - max-plugin-phase-versions: 1000000 task-plugins: enabled-plugins: - - container - - sidecar - - spark - - k8s-array - - pytorch + - container + - sidecar + - k8s-array + default-for-task-types: + container: container + sidecar: sidecar + container_array: k8s-array k8s: plugins: