Diego Rodriguez
Diego Rodriguez
I'm running into this issue as well
I'm running into this issue as well
@stefanprodan I'm having trouble understanding what's meant by `wrap the HelmReleases in Flux Kustomizations ` , are there any examples of this you can point to? @antaloala I'm trying to...
I've tried doing a few ways now, but for some reason, the "wrapped HelmReleases" are still getting deployed without respect to the flux kustomization declared ordering. I'm not sure what...
thanks @souleb , I just posted this question on Slack
For those following along, the missing piece was that we needed to create a `kustomization.yaml` that basically points to the flux kustomizations so that the implicitly autogenerated `kustomization.yaml` by flux...
We just upgraded from an older helm chart version of the EBS CSI to the EKS managed add on version and did not realize that this problem until now. I...
@aleclerc-sonrai I'm on 1.23 and I don't see the new version yet either (us-west-2)
I've been running into this same exact issue with Helm version 3.2, 3.3, and 3.4 as well. I haven't found a good workaround to this issue yet;
@chasen-bettinger You can use the fragments feature like this: ```json { "rewrites": [ { "source": "path/you/want/:asset", "destination": ":asset" } ] } ```