You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a task in a module specifies podSelector, it doesn't work in bonsai with the following error message:
Error validating spec for Run type=kubernetes-pod name=task-foo (from module test-tasks):
"podSelector" can't be specified with "kind"
object at spec.resource can only contain one of [kind, podSelector]
Expected behavior
Task should work fine.
Reproducible example
Run garden run task-foo with the following project and module:
Garden Bonsai (0.13) Bug
Current Behavior
If a
task
in amodule
specifiespodSelector
, it doesn't work in bonsai with the following error message:Expected behavior
Task should work fine.
Reproducible example
Run
garden run task-foo
with the following project and module:project.garden.yml
garden.yml
Workaround
Don't know of any.
Additional context
Could be an issue with conversion of tasks to run.
Your environment
garden version
0.13.17
The text was updated successfully, but these errors were encountered: