-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unhelpful error message when provider configuration is missing #5401
Comments
Also, |
Yes, this likely happened during the removal of the error details (#5039). The variable name misled us there: garden/core/src/graph/actions.ts Line 367 in b7121b2
|
thsig
added a commit
that referenced
this issue
Jun 11, 2024
Before this fix, we'd erroneously list the available action kinds instead of the available action types (for the invalid action's kind). Fixes #5401.
github-merge-queue bot
pushed a commit
that referenced
this issue
Jun 18, 2024
Before this fix, we'd erroneously list the available action kinds instead of the available action types (for the invalid action's kind). Fixes #5401.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug
Current Behavior
When running
garden deploy
with one of the reproducable example configs below, I getExpected behavior
I expect error messages similar to this:
Or, if no such mistake is in the config and the kubernetes provider and the
local
environment are just not associated, then I expect an error like this:Reproducible example
and also for this case the error could be improved:
Workaround
None
Suggested solution(s)
See expected behaviour
Additional context
Your environment
garden version
0.13.19The text was updated successfully, but these errors were encountered: