diff --git a/incubator/patroni/Chart.yaml b/incubator/patroni/Chart.yaml index 586c9aab68..263bfbf5db 100644 --- a/incubator/patroni/Chart.yaml +++ b/incubator/patroni/Chart.yaml @@ -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: diff --git a/incubator/patroni/templates/role-patroni.yaml b/incubator/patroni/templates/role-patroni.yaml index 3341826b1b..88d4e99d15 100644 --- a/incubator/patroni/templates/role-patroni.yaml +++ b/incubator/patroni/templates/role-patroni.yaml @@ -20,6 +20,10 @@ rules: - watch # delete is required only for 'patronictl remove' - delete +- apiGroups: [""] + resources: ["services"] + verbs: + - create - apiGroups: [""] resources: ["endpoints"] verbs: