-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
external: Defer secret hash update until all resources are successfully created #2904
external: Defer secret hash update until all resources are successfully created #2904
Conversation
/assign @iamniting @travisn |
142ee1a
to
5504d93
Compare
Testing:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes looks good to me, though we need to work on a commit msg.
Defer secret hash update until all resources are successfully created
This update ensures that the secret hash in the storage cluster status is updated only after all resources are created successfully.
Previously, the status was updated prematurely, preventing the reconcile loop from re-running whether there was a failure or success. This change enables the reconcile process to continue retrying until all resources are successfully created.
5504d93
to
c23c7e2
Compare
dbbeb04
to
a9a1a2f
Compare
f8e21fd
to
bd21d8b
Compare
This update ensures that the secret hash in the storage cluster status is updated only after all resources are created successfully. Previously, the status was updated prematurely, preventing the reconcile loop from re-running whether there was a failure or success. This change enables the reconcile process to continue retrying until all resources are successfully created. Signed-off-by: parth-gr <paarora@redhat.com>
bd21d8b
to
45e4b7b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: iamniting, malayparida2000, parth-gr The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
3ef212d
into
red-hat-storage:main
This update ensures that the secret hash in the storage cluster status is updated only after all resources are created successfully.
Previously, the status was updated prematurely, preventing the reconcile loop from re-running whether there was a failure or success. This change enables the reconcile process to continue retrying until all resources are successfully created.