Skip to content

Commit ece8a29

Browse files
authored
Update uninstall-azure-arc-data-controller.md
when deleting a namespace, only the namespace is required not the parameter
1 parent da7c356 commit ece8a29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-arc/data/uninstall-azure-arc-data-controller.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,10 +193,10 @@ kubectl delete mutatingwebhookconfiguration arcdata.microsoft.com-webhook-$mynam
193193

194194
Optionally, also delete the namespace as follows:
195195
```
196-
kubectl delete --namespace <name of namespace>
196+
kubectl delete namespace <name of namespace>
197197
198198
## Example:
199-
kubectl delete --namespace arc
199+
kubectl delete namespace arc
200200
```
201201

202202
## Verify all objects are deleted

0 commit comments

Comments
 (0)