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
For a helm step, in the examples and documentation a action: push is given without passing a kube_context argument.
But kube_context is marked as 'required' in the docs and in the yaml/json schema.
So the step fails with a validation error.
So either kube_context is made conditional with some subschemas or the examples need to be changed (though a kubernetes cluster isn't needed to only push a chart).
The text was updated successfully, but these errors were encountered:
For a helm step, in the examples and documentation a
action: push
is given without passing akube_context
argument.But kube_context is marked as 'required' in the docs and in the yaml/json schema.
So the step fails with a validation error.
So either kube_context is made conditional with some subschemas or the examples need to be changed (though a kubernetes cluster isn't needed to only push a chart).
The text was updated successfully, but these errors were encountered: