-
Notifications
You must be signed in to change notification settings - Fork 76
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
CRD handling for flux2 chart #207
Comments
Helm can't upgrade CRDs if we place them in the |
@stefanprodan have you considered using velero's approach of hooks for the upgrade part? https://github.com/vmware-tanzu/helm-charts/tree/main/charts/velero/templates/upgrade-crds |
I would not consider running If you are looking for a way to deploy Flux with Terraform, we offer a Flux provider https://github.com/fluxcd/terraform-provider-flux |
Hi. In our case, we are deploying flux as part of vcluster deployment (init-time manifests) so we don't have an easy access to the vcluster without a lot of plumbing. |
Is your feature request related to a problem ?
When deploying flux2 coupled with followup manifest deployment fails.
hashicorp/terraform-provider-kubernetes#1367 (comment)
Describe the solution you'd like.
Implement CRD handling with helm3 approach https://helm.sh/docs/chart_best_practices/custom_resource_definitions/
Describe alternatives you've considered.
Use kubectl provider, however this approach is edgy as well.
Additional context.
No response
The text was updated successfully, but these errors were encountered: