mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
d847fd6006
commit
86b20d17a4
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user