HelmRelease
applies the values.yaml to the chart AFTER the Helm chart is applied
#4855
-
I am trying to deploy a
Here's the referenced secret:
This is what I intend to do:
Here's what actually happens when I use Flux to apply the HelmRelease:
P.S. I have tested this by using a plain Helm install without Flux and it worked without encountering this problem. Flux logsAt 17:30 I pushed a commit that re-adds the
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Closing discussion since it turns out that this is actually a problem with our Helm Chart not dealing with initializing PersistentVolumeClaims in the correct order rather than an issue with anything Flux related. |
Beta Was this translation helpful? Give feedback.
Closing discussion since it turns out that this is actually a problem with our Helm Chart not dealing with initializing PersistentVolumeClaims in the correct order rather than an issue with anything Flux related.