Skip to content

Commit dbbb650

Browse files
Update code indents for validation tests
1 parent fb5078e commit dbbb650

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@ To show secrets held in the secrets store:
138138
139139
To display a secret in the store, for example this command shows the test secret `ExampleSecret`:
140140
141-
```
142-
kubectl exec busybox-secrets-store-inline -- cat /mnt/secrets-store/ExampleSecret
143-
```
141+
```
142+
kubectl exec busybox-secrets-store-inline -- cat /mnt/secrets-store/ExampleSecret
143+
```
144144
145145
## Obtain certificates and keys
146146
@@ -215,15 +215,15 @@ A key vault certificate also contains public x509 certificate metadata. The key
215215
216216
Disable the secrets provider addon:
217217
218-
```azurecli-interactive
219-
az aks addon disable -g myResourceGroup -n myAKSCluster2 -a azure-keyvault-secrets-provider
220-
```
218+
```azurecli-interactive
219+
az aks addon disable -g myResourceGroup -n myAKSCluster2 -a azure-keyvault-secrets-provider
220+
```
221221

222222
Re-enable the secrets provider addon, but without the `enable-secret-rotation` parameter:
223223

224-
```
225-
az aks addon enable -g myResourceGroup -n myAKSCluster2 -a azure-keyvault-secrets-provider
226-
```
224+
```bash
225+
az aks addon enable -g myResourceGroup -n myAKSCluster2 -a azure-keyvault-secrets-provider
226+
```
227227

228228
### Sync mounted content with a Kubernetes secret
229229

0 commit comments

Comments
 (0)