feat: Comments section is added
This commit is contained in:
@ -572,3 +572,6 @@ In the next post I will try doing the same with `ApplicationSets`, and we'll see
|
||||
Thanks,
|
||||
|
||||
Oi!
|
||||
|
||||
|
||||
{{< comments >}}
|
@ -1583,3 +1583,4 @@ 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 >}}
|
||||
|
Reference in New Issue
Block a user