I have a helmfile with some dependencies and kustomize patches to modify some resources installed by the dependency.
the helmfile fails because --skip-deps is hardcoded in the argo-cd-helmfile.sh, so kustomize can't find the dependency resources (it works fine if I run helmfile manually without --skip-deps)
- Is there a reason why
--skip-deps is hardcoded in the plugin?
- Is there a way to apply kustomize patches on dependencies using this plugin?
Thanks!
I have a helmfile with some dependencies and kustomize patches to modify some resources installed by the dependency.
the helmfile fails because
--skip-depsis hardcoded in theargo-cd-helmfile.sh, so kustomize can't find the dependency resources (it works fine if I run helmfile manually without --skip-deps)--skip-depsis hardcoded in the plugin?Thanks!