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
I see the vault.reconciliationTime value that can configure timeout when all secrets will be regenerated.
But I don't want to "spam" my vault every xx minutes to update all passwords. I just want to trigger updating only one specific password, that is recently changed.
I created a
VaultSecret
resource which successfully created the correspondingSecret
with the correct value.But when I update the value in the
Vault
, the createdSecret
still contains the previous value.So, is there any way to force update a specific secret, to follow the changed value?
The text was updated successfully, but these errors were encountered: