Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move CRD out of templates into crds dir #36

Merged
merged 2 commits into from
Apr 29, 2021
Merged

Move CRD out of templates into crds dir #36

merged 2 commits into from
Apr 29, 2021

Conversation

florisvdg
Copy link
Member

As per the Helm 3 recommendations the CRD is now removed from the templates dir to the crds dir. This does mean that we lose the ability to template.

So previously, the way to skip the CRD would be --set operator.create=false, but now you'd have to set --skip-crds.

As per the Helm 3 recommendations https://helm.sh/docs/chart_best_practices/custom_resource_definitions/. This does mean that we lose the ability to template.
@jillianwilson
Copy link
Collaborator

Can you update the README to explain the changes here?

@mikeywaites
Copy link

suuuuuuuupppper keen for this one 🙏 We have a multi namespace setup and we want to run the operator for each namespace. Any idea when we might expect this to get released ?

@florisvdg florisvdg merged commit 6668077 into main Apr 29, 2021
@florisvdg florisvdg deleted the helm-3-crds-dir branch April 29, 2021 18:22
@florisvdg
Copy link
Member Author

@mikeywaites We'll do a release early next week!

@mikeywaites
Copy link

mikeywaites commented Apr 29, 2021 via email

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

Successfully merging this pull request may close these issues.

None yet

4 participants