Merge pull request #180 from zalando-incubator/container-name
Make pod's single container name static
This commit is contained in:
		
						commit
						5d5fa680a3
					
				| 
						 | 
					@ -48,7 +48,7 @@ type spiloConfiguration struct {
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
func (c *Cluster) containerName() string {
 | 
					func (c *Cluster) containerName() string {
 | 
				
			||||||
	return c.Name
 | 
						return "postgres"
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
func (c *Cluster) statefulSetName() string {
 | 
					func (c *Cluster) statefulSetName() string {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue