Patch HelmRelease behind fluxcd Kustomization #4902
Unanswered
everythings-gonna-be-alright
asked this question in
Q&A
Replies: 1 comment
-
I am having the same issue. The problem is Kustomization creates the configmap with a random string and Flux can not find it. It is supposed to be transparent, but it doesn't work in Flux.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://fluxcd.io/flux/guides/helmreleases/#refer-to-values-in-configmaps-generated-with-kustomize
I am trying to add some values overlays to my HelmRelease, but the configMapGenerator can't insert the correct configMap name because it is located behind flux Kustomization.
But I need flux Kustomization here for dependency reasons.
How can I overcome this? Any options?
Here is my overlay code example:
Here is a result:
Beta Was this translation helpful? Give feedback.
All reactions