Skip to content

Commit 94e0118

Browse files
jmckulkjkatz
authored andcommitted
Updates helm directory to support multiple charts
The helm install is now contained in the postgres-operator directory.
1 parent e7c8962 commit 94e0118

File tree

11 files changed

+4
-4
lines changed

11 files changed

+4
-4
lines changed
File renamed without changes.

installers/helm/README.md renamed to installers/helm/postgres-operator/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,22 @@ git clone https://github.com/CrunchyData/postgres-operator.git
2121
## Installing
2222

2323
```
24-
cd postgres-operator/installers/helm
24+
cd postgres-operator/installers/helm/postgres-operator
2525
helm install postgres-operator . -n pgo
2626
```
2727

2828
## Upgrading
2929

3030
```
31-
cd postgres-operator/installers/helm
31+
cd postgres-operator/installers/helm/postgres-operator
3232
helm upgrade postgres-operator . -n pgo
3333
```
3434

3535
## Uninstalling
3636

3737
```
38-
cd postgres-operator/installers/helm
39-
helm uninstall postgres-operator . -n pgo
38+
cd postgres-operator/installers/helm/postgres-operator
39+
helm uninstall postgres-operator -n pgo
4040
```
4141

4242
## Configuraiton
File renamed without changes.

installers/helm/templates/_deployer_job_spec.yaml renamed to installers/helm/postgres-operator/templates/_deployer_job_spec.yaml

File renamed without changes.
File renamed without changes.

installers/helm/templates/postgres-operator-install.yaml renamed to installers/helm/postgres-operator/templates/postgres-operator-install.yaml

File renamed without changes.

installers/helm/templates/postgres-operator-uninstall.yaml renamed to installers/helm/postgres-operator/templates/postgres-operator-uninstall.yaml

File renamed without changes.

installers/helm/templates/postgres-operator-upgrade.yaml renamed to installers/helm/postgres-operator/templates/postgres-operator-upgrade.yaml

File renamed without changes.
File renamed without changes.

installers/helm/templates/values_configmap.yaml renamed to installers/helm/postgres-operator/templates/values_configmap.yaml

File renamed without changes.

0 commit comments

Comments
 (0)