Skip to content

Commit

Permalink
Update _index.md (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
norelina committed Mar 1, 2021
1 parent a7fbc6f commit 0253083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/en/getting-started/installation/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ If the driver and provider were installed using deployment yamls, then you can d
kubectl delete -f https://raw.githubusercontent.com/Azure/secrets-store-csi-driver-provider-azure/master/deployment/provider-azure-installer.yaml

# To delete AKV provider pods from Windows nodes
kubectl apply -f https://raw.githubusercontent.com/Azure/secrets-store-csi-driver-provider-azure/master/deployment/provider-azure-installer-windows.yaml
kubectl delete -f https://raw.githubusercontent.com/Azure/secrets-store-csi-driver-provider-azure/master/deployment/provider-azure-installer-windows.yaml
```

Delete the Secrets Store CSI Driver by running `kubectl delete` with all the manifests in [here](https://github.com/kubernetes-sigs/secrets-store-csi-driver/tree/master/deploy). If the Secrets Store CSI Driver was installed using the helm charts hosted in [kubernetes-sigs/secrets-store-csi-driver](https://github.com/kubernetes-sigs/secrets-store-csi-driver/tree/master/charts/secrets-store-csi-driver), then run the following command to delete the driver components:
Expand Down

0 comments on commit 0253083

Please sign in to comment.