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

Wrap CRDs in helm chart with installCRDs conditional #104

Open
grrywlsn opened this issue Mar 15, 2023 · 0 comments
Open

Wrap CRDs in helm chart with installCRDs conditional #104

grrywlsn opened this issue Mar 15, 2023 · 0 comments

Comments

@grrywlsn
Copy link

I'm having some issues installing this chart in a fresh Kubernetes cluster with GitOps automation, because the chart tries to install CRDs and it's non-optional.

It has become fairly common in helm charts with custom resources to wrap the CRD resource(s) in a conditional to be created only if installCRDs: true. That way I could pass in a value to set up the charts after I've created the CRDs through other means.

I'm happy to raise a PR to fix.

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

No branches or pull requests

1 participant