Skip to content

Commit

Permalink
Add support task types to flyteagent config
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Parraga <[email protected]>
  • Loading branch information
Jason Parraga committed May 21, 2024
1 parent 9955256 commit 6a8c565
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/flyte-core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,10 @@ flyteagent:
defaultAgent:
endpoint: "dns:///flyteagent.flyte.svc.cluster.local:8000"
insecure: true
supportedTaskTypes:
- sensor
# -- Uncomment to enable task type that uses Flyte Agent
# - bigquery_query_job_task
# -- Labels for flyteagent pods
podLabels: {}

Expand Down

0 comments on commit 6a8c565

Please sign in to comment.