Skip to content

Commit

Permalink
fix: cnpg instances value override
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Sep 15, 2023
1 parent cdf506a commit 7e04d1c
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 @@ -13,7 +13,7 @@ cnpg-cluster:
- {{ .Values.kontinuous.parentChart }}.jobs-pg
~tpl~dbOwner: "{{ .Values.global.pgUser }}"
~tpl~dbName: "{{ .Values.global.pgDatabase }}"
~tpl~instances: "{{ (or .Values.global.isProd .Values.global.isPreProd) | ternary `3` `1` }}"
~tpl~instances: "{{ or .Values.Parent.instances ((or .Values.global.isProd .Values.global.isPreProd) | ternary `3` `1`) }}"
postgresqlParameters:
TimeZone: "Europe/Paris"
extensions:
Expand Down

0 comments on commit 7e04d1c

Please sign in to comment.