diff --git a/charts/flyte-core/values-eks.yaml b/charts/flyte-core/values-eks.yaml index 5be860a1e3..377c6071cd 100644 --- a/charts/flyte-core/values-eks.yaml +++ b/charts/flyte-core/values-eks.yaml @@ -303,6 +303,14 @@ configmap: logger: logger: level: 5 + + k8s: + plugins: + # -- Configuration section for all K8s specific plugins [Configuration structure](https://pkg.go.dev/github.com/lyft/flyteplugins/go/tasks/pluginmachinery/flytek8s/config) + k8s: + default-node-selector: + - alpha.eksctl.io/nodegroup-name: aws-autoscaling-test-group + # -- Section that configures how the Task logs are displayed on the UI. This has to be changed based on your actual logging provider. # Refer to [structure](https://pkg.go.dev/github.com/lyft/flyteplugins/go/tasks/logs#LogConfig) to understand how to configure various