From 53bf8ee94ae310a83f3df207b9845021985cc7b1 Mon Sep 17 00:00:00 2001 From: Andrey Voronkov Date: Fri, 27 Dec 2019 20:39:38 +0300 Subject: [PATCH] Add additional privileges for patronictl remove. (#19092) Signed-off-by: Andrey Voronkov --- incubator/patroni/Chart.yaml | 2 +- incubator/patroni/templates/role-patroni.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/incubator/patroni/Chart.yaml b/incubator/patroni/Chart.yaml index 610af9e646..4cd839cc41 100644 --- a/incubator/patroni/Chart.yaml +++ b/incubator/patroni/Chart.yaml @@ -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: diff --git a/incubator/patroni/templates/role-patroni.yaml b/incubator/patroni/templates/role-patroni.yaml index b18e1f29d5..1402171e8f 100644 --- a/incubator/patroni/templates/role-patroni.yaml +++ b/incubator/patroni/templates/role-patroni.yaml @@ -36,6 +36,7 @@ rules: - watch # delete is required only for for 'patronictl remove' - delete + - deletecollection - apiGroups: [""] resources: ["pods"] verbs: