Skip to content

Commit 24fd6c0

Browse files
authored
Merge pull request #691 from LiliC/lili/fix-readme
README: Fix path in cleanup
2 parents 898e23c + a160257 commit 24fd6c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ NAME READY STATUS RESTARTS AGE
9898
example-appservice-pod 1/1 Running 0 1m
9999

100100
# Cleanup
101-
$ kubectl delete -f deploy/app_v1alpha1_appservice_cr.yaml
101+
$ kubectl delete -f deploy/crds/app_v1alpha1_appservice_cr.yaml
102102
$ kubectl delete -f deploy/operator.yaml
103103
$ kubectl delete -f deploy/role.yaml
104104
$ kubectl delete -f deploy/role_binding.yaml

0 commit comments

Comments
 (0)