Minor fix

This commit is contained in:
Rafia Sabih 2019-05-22 15:21:42 +02:00
parent b36bdbc8ef
commit cd829f07f0
1 changed files with 1 additions and 1 deletions

View File

@ -1278,7 +1278,7 @@ func (c *Cluster) generateStandbyEnvironment(description *acidv1.StandbyDescript
Value: description.S3WalPath,
})
result = append(result, v1.EnvVar{Name: "STANDBY_METHOD", Value: "CLONE_WITH_WALE"})
result = append(result, v1.EnvVar{Name: "STANDBY_METHOD", Value: "STANDBY_WITH_WALE"})
result = append(result, v1.EnvVar{Name: "STANDBY_WAL_BUCKET_SCOPE_PREFIX", Value: ""})
return result