feat: use the built-in plugin feature

This commit is contained in:
Nikolai Rodionov
2023-03-02 13:27:57 +01:00
committed by Nikolai Rodionov
parent d6270a4850
commit d5686e0aab
6 changed files with 25 additions and 6 deletions

View File

@ -573,4 +573,3 @@ Thanks,
Oi!
{{< comments >}}

View File

@ -1583,4 +1583,6 @@ You can find an example of PR here: <https://git.badhouseplants.net/allanger/hel
> When helmfile is not GitOps?
> To uninstall a helm release, you need to add `isntalled: false` to it. If you just remove a release from helmfile.yaml, it isn't going to be removed. So in such cases it's not GitOps. You can write a hook, that is comparing a previous state of your helmfile to the current one and doing a cleanup, then it's again fully GitOps. But I prefer removing things manually, so to me, it's not a problem. Removing stuff is something that I think should be mostly done by a human being, if it's not a part of your daily work.
{{< comments >}}
Thanks,
Oi!