We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 415e1da + 56a7525 commit 69f603dCopy full SHA for 69f603d
1 file changed
pkg/cluster/k8sres.go
@@ -352,6 +352,7 @@ func generateSpiloJSONConfiguration(pg *cpov1.PostgresqlParam, patroni *cpov1.Pa
352
map[string]string{"icu-locale": "en_US"}}
353
} else {
354
config.Bootstrap.Initdb = []interface{}{map[string]string{"auth-host": "scram-sha-256"},
355
+ "data-checksums",
356
map[string]string{"auth-local": "trust"}}
357
}
358
0 commit comments