Skip to content

Commit

Permalink
fix(cnpg): default to true checksumming for datasafety
Browse files Browse the repository at this point in the history
  • Loading branch information
Kjeld Schouten authored Mar 8, 2024
1 parent fb3ed3d commit 07c83a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ initdb:
name: {{ printf "%s-user" $objectData.clusterName }}
database: {{ $objectData.database }}
owner: {{ $objectData.user }}
dataChecksums: {{ $dataChecksums }}
dataChecksums: {{ $dataChecksums | default true }}
{{- with $objectData.cluster.initdb.encoding }}
encoding: {{ . }}
{{- end -}}
Expand Down

0 comments on commit 07c83a9

Please sign in to comment.