File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -348,7 +348,7 @@ func generateSpiloJSONConfiguration(pg *cpov1.PostgresqlParam, patroni *cpov1.Pa
348
348
}
349
349
350
350
if enableTDE {
351
- config .Bootstrap .Initdb = append (config .Bootstrap .Initdb , map [string ]string {"encryption-key-command" : "/scripts/pgee /tde.sh" })
351
+ config .Bootstrap .Initdb = append (config .Bootstrap .Initdb , map [string ]string {"encryption-key-command" : "/tmp /tde.sh" })
352
352
}
353
353
354
354
initdbOptionNames := []string {}
@@ -1000,7 +1000,7 @@ func (c *Cluster) generateSpiloPodEnvVars(
1000
1000
1001
1001
if spec .TDE != nil && spec .TDE .Enable {
1002
1002
envVars = append (envVars , v1.EnvVar {Name : "TDE" , Value : "true" })
1003
- envVars = append (envVars , v1.EnvVar {Name : "PGENCRKEYCMD" , Value : "/scripts/pgee /tde.sh" })
1003
+ // envVars = append(envVars, v1.EnvVar{Name: "PGENCRKEYCMD", Value: "/tmp /tde.sh"})
1004
1004
envVars = append (envVars , v1.EnvVar {Name : "TDE_KEY" , ValueFrom : & v1.EnvVarSource {
1005
1005
SecretKeyRef : & v1.SecretKeySelector {
1006
1006
LocalObjectReference : v1.LocalObjectReference {
You can’t perform that action at this time.
0 commit comments