File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -138,9 +138,9 @@ To show secrets held in the secrets store:
138
138
139
139
To display a secret in the store, for example this command shows the test secret `ExampleSecret`:
140
140
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
+ ```
144
144
145
145
## Obtain certificates and keys
146
146
@@ -215,15 +215,15 @@ A key vault certificate also contains public x509 certificate metadata. The key
215
215
216
216
Disable the secrets provider addon:
217
217
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
+ ```
221
221
222
222
Re-enable the secrets provider addon, but without the ` enable-secret-rotation ` parameter:
223
223
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
+ ```
227
227
228
228
### Sync mounted content with a Kubernetes secret
229
229
You can’t perform that action at this time.
0 commit comments