Skip to content

Commit 52e358b

Browse files
author
Sergey Dudoladov
committed
Make pod's single container name static
1 parent 0e255f8 commit 52e358b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cluster/k8sres.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ type spiloConfiguration struct {
4848
}
4949

5050
func (c *Cluster) containerName() string {
51-
return c.Name
51+
return "postgres"
5252
}
5353

5454
func (c *Cluster) statefulSetName() string {

0 commit comments

Comments
 (0)