-
Notifications
You must be signed in to change notification settings - Fork 56
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
adding kustomize transformers: causes breakage #41
Comments
Can you send to full output of the I've never used transformers but on the surface I don't see any reason why they wouldn't work. Any chance of differences of versions of helm, helmfile, kustomize, etc? |
I'm currently in the process of investigating a similar issue. This appears to be caused by the If the templates use It appears that those versions defined in the state file via
|
Wow good find. Here is a base file all my files include.
|
Hello - firstly, thanks for awesome plugin. It solves big problems for us. Please can you help me solve this one? I am totally flummoxed.
I'm trying to add labels, following this https://github.com/roboll/helmfile/blob/master/docs/advanced-features.md#transformers
helmfile template | k apply -f -
run locally on my mac (ofcourse, it always does!)argo-cd = v2.7.6+00c914a.dirty
plugin = travisghansen/argo-cd-helmfile:v0.3.6
Specific example
This works:
This adds the label, but it unwinds the set, and removes the psp, role and rolebind. ❓ 🤷 🧠
My values file
local run (x86 mac)
helmfile = v0.153.1
helm = v3.11.3
kustomize = v5.1.0
The text was updated successfully, but these errors were encountered: