Merge pull request #180 from zalando-incubator/container-name

Make pod's single container name static
This commit is contained in:
zerg-junior 2017-12-15 16:13:33 +01:00 committed by GitHub
commit 5d5fa680a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 {