Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit 5979ee3

Browse files
authored
Fix url for delete
1 parent fa104e8 commit 5979ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user-guide/how-to.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ relationships and configuration settings:
559559
kubectl get crds | grep .hnc.x-k8s.io | awk '{print $1}' | xargs kubectl delete crd
560560

561561
# Delete the rest of HNC. For HNC v1.0 and later:
562-
kubectl delete -f https://github.com/kubernetes-sigs/hierarchical-namespaces/releases/download/hnc-${HNC_VERSION}/default.yaml
562+
kubectl delete -f https://github.com/kubernetes-sigs/hierarchical-namespaces/releases/download/${HNC_VERSION}/default.yaml
563563
# For versions earlier than HNC v1.0:
564564
kubectl delete -f https://github.com/kubernetes-sigs/hierarchical-namespaces/releases/download/hnc-${HNC_VERSION}/hnc-manager.yaml
565565
```

0 commit comments

Comments
 (0)