You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that HelmRelease postRenders are not being added to resources with hooks (i.e., helm.sh/hook: pre-install). I'm unsure if this is a limitation of Helm or if I'm encountering some kind of bug.
Or maybe my configuration is wrong, just apply the resource below to patch this Job
Job definition will be missing specified patches from HelmRelease.
Next, you can just comment on the values section above to disable this job and notice how regular deployment is patched correctly.
When I pipe helm template output through kustomize file with the same patches, it works for the job as well.
Flux version: v2.4.0
The text was updated successfully, but these errors were encountered:
Hey,
It appears that HelmRelease postRenders are not being added to resources with hooks (i.e.,
helm.sh/hook: pre-install
). I'm unsure if this is a limitation of Helm or if I'm encountering some kind of bug.Or maybe my configuration is wrong, just apply the resource below to patch this Job
Job definition will be missing specified patches from HelmRelease.
Next, you can just comment on the values section above to disable this job and notice how regular deployment is patched correctly.
When I pipe
helm template
output through kustomize file with the same patches, it works for the job as well.Flux version: v2.4.0
The text was updated successfully, but these errors were encountered: