We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
helm install does not generate the CRDs, which makes the operator basically useless.
helm install
Since helm 2 is deprecated, we only need to make this work for helm 3.
We could easily just add the CRD to the crds directory in the helm chart directory, or we could add the crds in a different chart.
crds
See helm's suggestions on this for more info: https://helm.sh/docs/chart_best_practices/custom_resource_definitions/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
helm install
does not generate the CRDs, which makes the operator basically useless.Since helm 2 is deprecated, we only need to make this work for helm 3.
We could easily just add the CRD to the
crds
directory in the helm chart directory, or we could add the crds in a different chart.See helm's suggestions on this for more info: https://helm.sh/docs/chart_best_practices/custom_resource_definitions/
The text was updated successfully, but these errors were encountered: