added/updated Helm chart description in other docs

This commit is contained in:
Felix Kunde 2019-03-29 14:25:14 +01:00
parent 0ac4afee03
commit 4b1e9974b2
2 changed files with 25 additions and 11 deletions

View File

@ -22,6 +22,17 @@ Next deploy the postgres-operator from the docker image Zalando is using:
If you prefer to build the image yourself follow up down below.
### - Helm chart
You can install postgres-operator with also with a [Helm](https://helm.sh/)
chart. This requires installing the Helm CLI, first and then initializing it
in the cluster.
```bash
$ helm init
$ helm install --name my-release ./charts/postgres-operator
```
## Check if CustomResourceDefinition has been registered
```bash

View File

@ -29,14 +29,6 @@ ConfigMap is used to store the configuration of the operator
## Deploying the operator
### - Helm chart
You can install postgres-operator with helm chart.
```bash
$ helm install --name my-release ./charts/postgres-operator
```
### - Kubernetes manifest
First you need to install the service account definition in your Minikube cluster.
@ -53,6 +45,17 @@ Next deploy the postgres-operator from the docker image Zalando is using:
If you prefer to build the image yourself follow up down below.
### - Helm chart
You can install postgres-operator with also with a [Helm](https://helm.sh/)
chart. This requires installing the Helm CLI, first and then initializing it
in the cluster.
```bash
$ helm init
$ helm install --name my-release ./charts/postgres-operator
```
## Check if CustomResourceDefinition has been registered
```bash