Skip to content

Commit 99161f0

Browse files
authored
Merge pull request #205827 from Nickomang/aks-csi-ss-disable-autorotation
Updated guidance on disabling autorotation
2 parents c8f5b91 + dabc1fa commit 99161f0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

articles/aks/csi-secrets-store-driver.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,7 @@ To specify a custom rotation interval, use the `rotation-poll-interval` flag:
192192
az aks addon update -g myResourceGroup -n myAKSCluster2 -a azure-keyvault-secrets-provider --enable-secret-rotation --rotation-poll-interval 5m
193193
```
194194

195-
To disable autorotation, use the flag `disable-secret-rotation`:
196-
197-
```azurecli-interactive
198-
az aks addon update -g myResourceGroup -n myAKSCluster2 -a azure-keyvault-secrets-provider --disable-secret-rotation
199-
```
195+
To disable autorotation, first disable the addon. Then, re-enable the addon without the `enable-secret-rotation` flag.
200196

201197
### Sync mounted content with a Kubernetes secret
202198

0 commit comments

Comments
 (0)