Skip to content

Commit 5bedace

Browse files
committed
icu
1 parent aa883a2 commit 5bedace

3 files changed

Lines changed: 17 additions & 17 deletions

File tree

pkg/cluster/k8sres.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -331,9 +331,9 @@ func generateSpiloJSONConfiguration(pg *cpov1.PostgresqlParam, patroni *cpov1.Pa
331331
config.Bootstrap.Initdb = []interface{}{map[string]string{"auth-host": "scram-sha-256"},
332332
map[string]string{"auth-local": "trust"},
333333
map[string]string{"encoding": "UTF8"},
334-
map[string]string{"locale:": "en_US.UTF-8"},
335-
map[string]string{"locale-provider:": "icu"},
336-
map[string]string{"icu-locale:": "en_US"}}
334+
map[string]string{"locale": "en_US.UTF-8"},
335+
map[string]string{"locale-provider": "icu"},
336+
map[string]string{"icu-locale": "en_US"}}
337337
if enableTDE {
338338
config.Bootstrap.Initdb = append(config.Bootstrap.Initdb, map[string]string{"encryption-key-command": "/scripts/pgee/tde.sh"})
339339
}

pkg/generated/clientset/versioned/fake/register.go

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/generated/clientset/versioned/scheme/register.go

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)