Kong chart: enable persistence by default for postgres (#8480)

* Kong chart: enable persistence by default for postgres

Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>

* Update Chart.yaml

Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
This commit is contained in:
Harry
2018-10-23 21:08:19 +02:00
committed by Reinhard Nägele
parent 51f4756fbf
commit 3563e76044
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -10,5 +10,5 @@ maintainers:
name: kong
sources:
- https://github.com/Kong/kong
version: 0.4.1
version: 0.5.0
appVersion: 0.14.1
-2
View File
@@ -140,7 +140,5 @@ postgresql:
enabled: true
postgresUser: kong
postgresDatabase: kong
persistence:
enabled: false
service:
port: 5432