Skip to content

Commit

Permalink
Helm - Update task plugin config
Browse files Browse the repository at this point in the history
Based on the following kustomize changes:
- cd4a3d5 Trim sandbox (flyteorg#727)
- 9b59ac6 Update propeller version and config (flyteorg#580)
  • Loading branch information
sbrunk committed Mar 20, 2021
1 parent 6a24de0 commit b9f3d5d
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 6 deletions.
6 changes: 6 additions & 0 deletions helm/values-eks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
20 changes: 20 additions & 0 deletions helm/values-gcp.yaml
Original file line number Diff line number Diff line change
@@ -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
13 changes: 7 additions & 6 deletions helm/values-sandbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b9f3d5d

Please sign in to comment.