Add postgres-operator and basic common postgres-manifest (#303)

* Add postgres-operator and basic common postgres-manifest

* move postgres to dev train
This commit is contained in:
Kjeld Schouten-Lebbing
2021-04-10 16:33:51 +02:00
committed by GitHub
parent 54f70c4fae
commit 67ead0cdfb
26 changed files with 749 additions and 2 deletions
+2
View File
@@ -5,3 +5,5 @@ excluded-charts: common
chart-yaml-schema: .github/chart_schema.yaml
chart-repos:
- truecharts=https://truecharts.org
- postgres-operator-ui=https://raw.githubusercontent.com/zalando/postgres-operator/master/charts/postgres-operator-ui/
- postgres-operator=https://raw.githubusercontent.com/zalando/postgres-operator/master/charts/postgres-operator/
+2
View File
@@ -4,3 +4,5 @@ helm-extra-args: --timeout 600s
chart-yaml-schema: .github/chart_schema.yaml
chart-repos:
- truecharts=https://truecharts.org
- postgres-operator-ui=https://raw.githubusercontent.com/zalando/postgres-operator/master/charts/postgres-operator-ui/
- postgres-operator=https://raw.githubusercontent.com/zalando/postgres-operator/master/charts/postgres-operator/