Update postgres-operator.yaml
Bump manifest to use v1.0.0 operator
This commit is contained in:
		
							parent
							
								
									e933908084
								
							
						
					
					
						commit
						6e8dcabac7
					
				| 
						 | 
					@ -12,7 +12,7 @@ spec:
 | 
				
			||||||
      serviceAccountName: zalando-postgres-operator
 | 
					      serviceAccountName: zalando-postgres-operator
 | 
				
			||||||
      containers:
 | 
					      containers:
 | 
				
			||||||
      - name: postgres-operator
 | 
					      - name: postgres-operator
 | 
				
			||||||
        image: registry.opensource.zalan.do/acid/postgres-operator:417f13c
 | 
					        image: registry.opensource.zalan.do/acid/postgres-operator:v1.0.0
 | 
				
			||||||
        imagePullPolicy: IfNotPresent
 | 
					        imagePullPolicy: IfNotPresent
 | 
				
			||||||
        env:
 | 
					        env:
 | 
				
			||||||
        # provided additional ENV vars can overwrite individual config map entries  
 | 
					        # provided additional ENV vars can overwrite individual config map entries  
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue