[incubator/patroni]add missing permission (#12613)

* add missing permission

Signed-off-by: ggwpp <p.ponyanan@gmail.com>

* Bump chart version

Signed-off-by: ggwpp <p.ponyanan@gmail.com>
This commit is contained in:
ggwpp
2019-04-22 03:15:44 -07:00
committed by Kubernetes Prow Robot
parent d847fd6006
commit 86b20d17a4
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
name: patroni
description: 'Highly available elephant herd: HA PostgreSQL cluster.'
version: 0.11.0
version: 0.11.1
appVersion: 1.4-p16
home: https://github.com/zalando/patroni
sources:
@@ -20,6 +20,10 @@ rules:
- watch
# delete is required only for 'patronictl remove'
- delete
- apiGroups: [""]
resources: ["services"]
verbs:
- create
- apiGroups: [""]
resources: ["endpoints"]
verbs: