You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Secrets referenced in a MedusaConfiguration object should be watched by the MedusaConfiguration controller in order to update their status if a secret was deleted.
Such secrets need to have an owner reference set to the MedusaConfiguration object during the reconcile, which will then be used in the watcher handler.
One of the outcomes is that such a secret can be referenced by a single MedusaConfiguration. Any attempt to create a MedusaConfiguration object which tries to reference an already referenced secret should fail the reconcile and set the ControlStatusSecretAvailable condition to false with the appropriate message.
The content you are editing has changed. Please copy your edits and refresh the page.
Secrets referenced in a MedusaConfiguration object should be watched by the MedusaConfiguration controller in order to update their status if a secret was deleted.
Such secrets need to have an owner reference set to the MedusaConfiguration object during the reconcile, which will then be used in the watcher handler.
One of the outcomes is that such a secret can be referenced by a single MedusaConfiguration. Any attempt to create a MedusaConfiguration object which tries to reference an already referenced secret should fail the reconcile and set the
ControlStatusSecretAvailable
condition to false with the appropriate message.Definition of Done
The text was updated successfully, but these errors were encountered: