Skip to content

Commit d71edf6

Browse files
committed
further updates
1 parent 367e208 commit d71edf6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-arc/kubernetes/tutorial-akv-secrets-provider.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Use Azure Key Vault Secrets Provider extension to fetch secrets into Azure Arc-enabled Kubernetes clusters
33
description: Learn how to set up the Azure Key Vault Provider for Secrets Store CSI Driver interface as an extension on Azure Arc enabled Kubernetes cluster
44
ms.custom: ignite-2022, devx-track-azurecli
5-
ms.date: 04/19/2023
5+
ms.date: 04/21/2023
66
ms.topic: how-to
77
---
88

@@ -422,10 +422,10 @@ az k8s-extension list --cluster-type connectedClusters --cluster-name $CLUSTER_N
422422

423423
If the extension was successfully removed, you won't see the Azure Key Vault Secrets Provider extension listed in the output. If you don't have any other extensions installed on your cluster, you'll see an empty array.
424424

425-
If you no longer need it, be sure to delete the client secret associated with the service principal by running the following command:
425+
If you no longer need it, be sure to delete the Kubernetes secret associated with the service principal by running the following command:
426426

427427
```bash
428-
kubectl delete secret <secret-name>
428+
kubectl delete secret secrets-store-creds
429429
```
430430

431431
## Reconciliation and troubleshooting

0 commit comments

Comments
 (0)