Unverified Commit d87ce93e authored by Martin Hickey's avatar Martin Hickey Committed by GitHub

Merge pull request #5576 from mortent/FixBuilderValidation

fix(helm): Fix manifest validation
parents 5027c29b 32d7f1a3
...@@ -142,8 +142,8 @@ func (c *Client) BuildUnstructured(namespace string, reader io.Reader) (Result, ...@@ -142,8 +142,8 @@ func (c *Client) BuildUnstructured(namespace string, reader io.Reader) (Result,
ContinueOnError(). ContinueOnError().
NamespaceParam(namespace). NamespaceParam(namespace).
DefaultNamespace(). DefaultNamespace().
Stream(reader, "").
Schema(c.validator()). Schema(c.validator()).
Stream(reader, "").
Flatten(). Flatten().
Do().Infos() Do().Infos()
return result, scrubValidationError(err) return result, scrubValidationError(err)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment