Trigger a new dynamic secret creation

Hi,
I’ll describe our current usage of Vault:
We’ve got an EKS cluster, inside it we’ve deployed

  1. Vault Operator
  2. A few vaultdynamicsecrets.secrets.hashicorp.com
  3. A SecretTransformation template
  4. They all connect to our Vault and create the dynamic secrets there.

Everything works as expected.

My question is:
If all of the sudden I accidentally delete the credentials (Directly from the DB), how can I force a re-creation of DB credentials (Currently the credentials are created automatically every 30 days)?

Thanks!