minor correction

This commit is contained in:
Sergey Dudoladov 2019-04-23 18:13:40 +02:00
parent 0f9d6dcad2
commit b2d7034b48
1 changed files with 1 additions and 1 deletions

View File

@ -1385,7 +1385,7 @@ func (c *Cluster) generateLogicalBackupPodEnvVars() []v1.EnvVar {
Value: "5432",
},
{
Name: "PGUSER__SUPERUSER",
Name: "PGUSER_SUPERUSER",
Value: c.OpConfig.SuperUsername,
},
{