Make pod's single container name static

This commit is contained in:
Sergey Dudoladov 2017-12-15 15:53:53 +01:00
parent 0e255f82c6
commit 52e358ba8f
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ type spiloConfiguration struct {
}
func (c *Cluster) containerName() string {
return c.Name
return "postgres"
}
func (c *Cluster) statefulSetName() string {