-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update openstack-k8s-operators * Update openstack-k8s-operators * Update k8s.io * Update openstack-k8s-operators * Adjusting the osp-secret retrieval behavior * Update openstack-k8s-operators * Test PR - Remove useless comment * Accommodating the code to include transportURL * Accommodating the code to include transportURL * Accommodating the code to include transportURL * Accommodating the code to include transportURL * Accommodating the code to include transportURL * Accommodating the code to include transportURL * Return nil error in case NotFound and to use RequeueAfter Currently the reconciler returned both a non-zero result and a non-nil error. The result will always be ignored if the error is non-nil and the non-nil error causes reqeueuing with exponential backoff. In case of NotFound return nil that the ReqeueAfter is used. For more details, see: https://pkg.go.dev/sigs.k8s.io/controller-runtime/pkg/reconcile#Reconciler Signed-off-by: Martin Schuppert <[email protected]> * Update openstack-k8s-operators * [OSPRH-9371] Fix VerifySecret so it requeues when necessary * Update module github.com/onsi/ginkgo/v2 to v2.20.0 * Update openstack-k8s-operators --------- Signed-off-by: Martin Schuppert <[email protected]> Co-authored-by: OpenStack K8s CI <[email protected]> Co-authored-by: Mauricio Harley <[email protected]> Co-authored-by: Martin Schuppert <[email protected]> Co-authored-by: Andrew Bays <[email protected]>
- Loading branch information
1 parent
b8ff678
commit 43f6a59
Showing
9 changed files
with
164 additions
and
149 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
Oops, something went wrong.