-
Notifications
You must be signed in to change notification settings - Fork 563
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
Ability to configure --skip-deps globally #795
Comments
I still run into the issue of not being able to disable the flag :( |
Hi @mumoshu, can you please implement this? It leads to more errors now, like Chart.lock out of sync errors, even though our list length of repositories in helmfiles is exactly zero. Why even bother to query all that when there is no need? |
I assume that it can now be specified in helmfile.yaml
|
I hope that works. Did you test that assumption? Or are you referring to some documentation your read? |
|
I found it in the Configuration section of the README.md Maybe you are using the old version of helmfile, because this attribute present in the master branch. Line 145 in 9b64d65
|
We run 1.3.6 and see it mentioned in the README, but still get that error. I don't see any of the 4 PRs in 1.3.7 fixing that. Will create a separate issue for that. |
Every time I execute commands, I would like to opt out of force-updates This adds additional flags to the cli: - `--skip-deps` - hoisted up to the global level - `--disable-force-update` - exposes the ability to disable the force-update flag Resolves #roboll/helmfile/issues/795 Relates to roboll/helmfile/pull/1494#pullrequestreview-506233792 Still a rookie at go (especially of this size), any feedback is appreciated
Every time I execute commands, I would like to opt out of force-updates This adds additional flags to the cli: - `--skip-deps` - hoisted up to the global level - `--disable-force-update` - exposes the ability to disable the force-update flag Resolves #roboll/helmfile/issues/795 Relates to roboll/helmfile/pull/1494#pullrequestreview-506233792 Still a rookie at go (especially of this size), any feedback is appreciated
Does this work?
I have the flag not being applied globally even when set at the root of my helmfiles |
Aha! works with 0.163.0 |
does not work as --skip-deps works... with |
Extracted from #791 (comment)
The text was updated successfully, but these errors were encountered: