Skip to content

Commit

Permalink
Add missing dot in front of variable use
Browse files Browse the repository at this point in the history
Signed-off-by: Mohammad Bozorgmehr <[email protected]>
  • Loading branch information
bozorgmehr96 committed Nov 8, 2024
1 parent 01ead59 commit f8e49c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/cluster/templates/_bootstrap.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ bootstrap:
{{- if .Values.cluster.initdb.owner }}
owner: {{ tpl .Values.cluster.initdb.owner . }}
{{- end }}
{{- if or (eq .Values.type "postgis") (eq .Values.type "timescaledb") (not (empty Values.cluster.initdb.postInitApplicationSQL)) }}
{{- if or (eq .Values.type "postgis") (eq .Values.type "timescaledb") (not (empty .Values.cluster.initdb.postInitApplicationSQL)) }}
postInitApplicationSQL:
{{- if eq .Values.type "postgis" }}
- CREATE EXTENSION IF NOT EXISTS postgis;
Expand Down

0 comments on commit f8e49c2

Please sign in to comment.