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

Importing s3-operator chart as a helm chart dependency deploys CRDs after custom templates #78

Open
ToaHartor opened this issue Oct 3, 2024 · 0 comments

Comments

@ToaHartor
Copy link

Hi, I tried to use the s3-operator chart in order to manage resources on a MinIO instance outside of my cluster. However, when I import it as a dependency to my main chart, it is unable to install the chart due to some CRDs not being installed before Helm tries to install the custom templates (Bucket/Policy/S3User) I defined in my chart.

The value crds.install was indeed set to true, and if I remove the deployment of my templates the CRDs are installed.

Reading the advices from the documentation of Helm, it seems like if the CRDs were placed in a crds folder inside the chart, Helm would be able to detect them and install them before everything else.

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