Upgrade version to enable RBAC in multiple namespace (#348)
This commit is contained in:
parent
417f13c0bd
commit
accbe20804
|
|
@ -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:1352c4a
|
image: registry.opensource.zalan.do/acid/postgres-operator:417f13c
|
||||||
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