Skip to content

Commit

Permalink
Delete cluster with helm (#1355)
Browse files Browse the repository at this point in the history
* Update mkdocs.yml

* Update 3.2create-cluster-with-helm.md
  • Loading branch information
abby-cyber authored May 10, 2022
1 parent 80761fa commit eeaceaa
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,11 @@ Run the following command to delete a Nebula Graph cluster with Helm:
helm uninstall "${NEBULA_CLUSTER_NAME}" --namespace="${NEBULA_CLUSTER_NAMESPACE}"
```

Or use variable values to delete a Nebula Graph cluster with Helm:

```bash
helm uninstall nebula --namespace=nebula

## What's next

[Connect to Nebula Graph Databases](../4.connect-to-nebula-graph-service.md)
Expand Down

0 comments on commit eeaceaa

Please sign in to comment.