-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Aggregate CreateOrPatch errors during StoragePolicyQuota reconcile
If there is some create or patch error for one StoragePolicyUsage don't return early from the reconcile: the others may succeed. This was prompted by the double take of this function ending with "return err" where by the end err is always nil. While here, add missing assertion for the expected CABundle.
- Loading branch information
Bryan Venteicher
committed
Oct 24, 2024
1 parent
7941a83
commit 686a19d
Showing
2 changed files
with
7 additions
and
3 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