mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Add additional privileges for patronictl remove. (#19092)
Signed-off-by: Andrey Voronkov <voronkovaa@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
c70a166263
commit
53bf8ee94a
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
name: patroni
|
||||
description: 'Highly available elephant herd: HA PostgreSQL cluster.'
|
||||
version: 0.15.0
|
||||
version: 0.15.1
|
||||
appVersion: 1.4-p16
|
||||
home: https://github.com/zalando/patroni
|
||||
sources:
|
||||
|
||||
@@ -36,6 +36,7 @@ rules:
|
||||
- watch
|
||||
# delete is required only for for 'patronictl remove'
|
||||
- delete
|
||||
- deletecollection
|
||||
- apiGroups: [""]
|
||||
resources: ["pods"]
|
||||
verbs:
|
||||
|
||||
Reference in New Issue
Block a user