-
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 `HelmRepository` was being managed in a "Create if not found" style which introduced needless logic now that SSA is GA'd. This commit replaces the management of `HelmRepository` with SSA usage. It also removes the "Progressing" state of the Redpanda resource as it would always be immediately overridden by either Ready or NotReady. Notably, this change moves the update of `ObservedGeneration` to the end of reconciliation rather than the beginning.
- Loading branch information
1 parent
9c9a033
commit bc225a5
Showing
3 changed files
with
38 additions
and
71 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
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
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