Skip to content

Commit e68190e

Browse files
Fix postGISVersion format in values.yaml to ensure proper parsing
1 parent 8d3f24f commit e68190e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm-chart/eoapi/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ postgresql:
107107
postgrescluster:
108108
enabled: true
109109
postgresVersion: 16
110-
postGISVersion: 3.4
110+
postGISVersion: "3.4"
111111
pgBouncerReplicas: 1
112112
monitoring: false
113113
# Configure Patroni to set proper schema permissions

0 commit comments

Comments
 (0)