feat(tiller): Allow Third Party Resources

Allow third party resources in helm packages, e.g. Certificate
objects for kube-cert-manager.
pull/1295/head
Mike Bryant 9 years ago
parent 7b222cef8b
commit 1573a44508

@ -274,7 +274,7 @@ func (c *Client) WatchUntilReady(namespace string, reader io.Reader) error {
return perform(c, namespace, reader, watchUntilReady)
}
const includeThirdPartyAPIs = false
const includeThirdPartyAPIs = true
func perform(c *Client, namespace string, reader io.Reader, fn ResourceActorFunc) error {
r := c.NewBuilder(includeThirdPartyAPIs).

Loading…
Cancel
Save