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
kbrew info goes parses through the recipe YAML, evaluating the Go templates.
For an execution where there kubectl context is not configured or invalid - kbrew info will fail in case where a Go template does a query to a cluster using the Helm lookup function.
This should be avoided - the user should be shown the recipe as they are. And the info command shouldn't have an independence on a cluster.
The text was updated successfully, but these errors were encountered:
kbrew info
goes parses through the recipe YAML, evaluating the Go templates.For an execution where there kubectl context is not configured or invalid -
kbrew info
will fail in case where a Go template does a query to a cluster using the Helm lookup function.This should be avoided - the user should be shown the recipe as they are. And the
info
command shouldn't have an independence on a cluster.The text was updated successfully, but these errors were encountered: