Skip to content

Commit 51a4b80

Browse files
committed
Start adding docs about helm
Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
1 parent 0a6faf8 commit 51a4b80

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

docs/install_helm.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Install with Helm
2+
3+
## Getting started
4+
5+
The only officially supported way to install DB Operator is using a helm chart.
6+
7+
You can find the source code of our helm charts here: <https://github.com/db-operator/charts>
8+
9+
The charts are released as s simple helm repo as well as a an OCI artifact.
10+
11+
To install the repo, run the following
12+
13+
```sh
14+
$ helm repo add db-operator https://db-operator.github.io/charts
15+
$ helm search repo db-operator
16+
```
17+
18+
OCI artifacts are available under `ghcr.io/db-operator/charts/`
19+
20+
To install the chart, run the following:
21+
22+
```sh
23+
$ helm install db-operator/db-operator
24+
# -- Or OCI
25+
$ helm install ghcr.io/db-operator/charts/db-operator:${CHART_VERSION}
26+
```
27+
28+
More info about the db-operator chart can be found in the [README.md](https://github.com/db-operator/charts/tree/main/charts/db-operator)
29+
30+
## Configure the operator via values
31+
32+
> @allaner chart will be updated soon, and then I'll write a better docs

0 commit comments

Comments
 (0)