Skip to content

Commit

Permalink
Disable agent-service plugin in binary helm chart since service is di…
Browse files Browse the repository at this point in the history
…sabled by default

Signed-off-by: Jason Parraga <[email protected]>
  • Loading branch information
Sovietaced committed Jun 8, 2024
1 parent 25c3596 commit 8336ce6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/flyte-binary/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,8 @@ enabled_plugins:
- container
- sidecar
- k8s-array
- agent-service
# -- Uncomment to enable agent service plugin in Propeller
# - agent-service
default-for-task-types:
container: container
sidecar: sidecar
Expand Down

0 comments on commit 8336ce6

Please sign in to comment.