Skip to content

Commit 55e9b94

Browse files
authored
Update uninstall command to use latest operator.yaml (#14)
1 parent 1448684 commit 55e9b94

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
@@ -164,7 +164,7 @@ kubectl delete weaviatecluster weaviatecluster-sample -n weaviate
164164
Then, uninstall the operator either using the single-command manifest:
165165

166166
```shell
167-
kubectl delete -f https://github.com/weaviate/weaviate-operator/releases/download/0.0.2/operator.yaml
167+
kubectl delete -f https://github.com/weaviate/weaviate-operator/releases/latest/download/operator.yaml
168168
```
169169

170170
or using the repo's Makefile, by running the following command inside the `weaviate-operator` repo:

0 commit comments

Comments
 (0)