forked from cloudnative-pg/cloudnative-pg
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: abort certificate creation upon fatal error detection (cloudna…
…tive-pg#5574) Previously, the certificate renewal process attempted to renew or create a certificate upon Secret retrieval, even in cases where the Secret `Get` request failed due to permanent errors like insufficient privileges. This led to incorrect error logging and confusion. With this patch, the certificate renewal process only continues when the Secret is not found or renewal is required. Closes cloudnative-pg#5575 Signed-off-by: Armando Ruocco <[email protected]>
- Loading branch information
Showing
1 changed file
with
57 additions
and
60 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