Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

helm: Adds crds folder in order to install crds with helm v3 #133

Closed
wants to merge 1 commit into from

Conversation

kri5
Copy link
Contributor

@kri5 kri5 commented Oct 23, 2019

There was a breaking change between helm v2 and v3 with crd management.
Helm v2 was using a "crd-install" hook, that no longer exists.
Instead, Helm v3 will install all resources contained in the "crds"
directory before rendering templates.

Fixes #132

There was a breaking change between helm v2 and v3 with crd management.
Helm v2 was using a "crd-install" hook, that no longer exists.
Instead, Helm v3 will install all resources contained in the "crds"
directory before rendering templates.

Fixes Orange-OpenSource#132
@kri5
Copy link
Contributor Author

kri5 commented Oct 23, 2019

This breaks compatibility with Helm 2. Closing as of now.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Helm3 CRD Support
1 participant