# Secret with the password
clientSecretSecretRef:
key: password
name: azuredns-config-password
The problem is that after I updated the secret, the value doesn't seem to get propagated. I tried deleting all pods so that they are re-created, but still cert manager logs the same output:
Does anyone have any idea on how to restart / rollout changes so that the new secret gets propagated? I couldn't find any information on this. I assumed that just by modifying the secret value and restart cert manager the new value would be picked up.