-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prior to this commit the HelmRelease object was very carefully managed across its lifecycle in a way that could be argued to be antithetical to the Kubernetes mantra. This logic, seemingly, was avoiding updates to the HelmRelease. I suspect this may be due to an incorrect belief that the underlying flux controller would aggressively roll out updates even if no such updates needed to be made. This commit replaces all of this logic with a single Patch call using server side apply, significantly improving the readability. Aside from the lack of certain logs, there does not appear to be any observable difference in behavior.
- Loading branch information
1 parent
bc225a5
commit e1cebd3
Showing
1 changed file
with
14 additions
and
156 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters