-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
423c229
commit 08aae78
Showing
5 changed files
with
64 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ chart-dirs: | |
charts: | ||
- charts/greptimedb-operator | ||
- charts/greptimedb | ||
- charts/greptimedb-standalone |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Overview | ||
|
||
Helm chart for [GreptimeDB](https://github.com/GreptimeTeam/greptimedb) standalone mode. | ||
|
||
## How to install | ||
|
||
```console | ||
# Add charts repo. | ||
helm repo add greptime https://greptimeteam.github.io/helm-charts/ | ||
helm repo update | ||
|
||
# Install greptimedb in default namespace. | ||
helm install greptimedb greptime/greptimedb-standalone -n default --devel | ||
``` | ||
|
||
## How to uninstall | ||
|
||
```console | ||
helm uninstall greptimedb -n default | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters