Skip to content

Commit fbfb62f

Browse files
authored
fix(doc): replace the legacy helm delete command by helm uninstall (datastax#104)
Refer: https://helm.sh/docs/helm/helm_delete/
1 parent 858c785 commit fbfb62f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/kaap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ kubectl wait pulsar pulsar-cluster --for condition=Ready=True --timeout=240s
2626

2727
Uninstall the operator and the PulsarCluster
2828
```
29-
helm delete kaap
29+
helm uninstall kaap
3030
```
3131

3232

0 commit comments

Comments
 (0)