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
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!
The text was updated successfully, but these errors were encountered:
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 theargo-cd-helmfile.sh
, so kustomize can't find the dependency resources (it works fine if I run helmfile manually without --skip-deps)--skip-deps
is hardcoded in the plugin?Thanks!
The text was updated successfully, but these errors were encountered: