Skip to content

Commit

Permalink
fix(pg): typo postgresqlParameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon authored Aug 29, 2023
1 parent 782bb06 commit 12df792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/fabrique/charts/pg/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cnpg-cluster:
~tpl~dbOwner: "{{ .Values.global.pgUser }}"
~tpl~dbName: "{{ .Values.global.pgDatabase }}"
~tpl~instances: "{{ (or .Values.global.isProd .Values.global.isPreProd) | ternary `3` `1` }}"
postgresqlParameter:
postgresqlParameters:
timezone: "Europe/Paris"
extensions:
- postgis
Expand Down

0 comments on commit 12df792

Please sign in to comment.