Make pod's single container name static
This commit is contained in:
parent
0e255f82c6
commit
52e358ba8f
|
|
@ -48,7 +48,7 @@ type spiloConfiguration struct {
|
|||
}
|
||||
|
||||
func (c *Cluster) containerName() string {
|
||||
return c.Name
|
||||
return "postgres"
|
||||
}
|
||||
|
||||
func (c *Cluster) statefulSetName() string {
|
||||
|
|
|
|||
Loading…
Reference in New Issue