From a7b1f93ff2eb75794bef84ca88de8375fc62b769 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Miguel=20Cust=C3=B3dio?= Date: Sat, 30 Sep 2017 06:20:32 +0100 Subject: [PATCH] [stable/kube-lego] Fix the 'ClusterRole' for 'kube-lego'. (#2328) * Fix the 'ClusterRole' for 'kube-lego'. * Update Chart.yaml --- stable/kube-lego/Chart.yaml | 2 +- stable/kube-lego/templates/role.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/stable/kube-lego/Chart.yaml b/stable/kube-lego/Chart.yaml index 971a881590..9c95ce8756 100644 --- a/stable/kube-lego/Chart.yaml +++ b/stable/kube-lego/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: Automatically requests certificates from Let's Encrypt name: kube-lego -version: 0.1.11 +version: 0.1.12 keywords: - kube-lego - letsencrypt diff --git a/stable/kube-lego/templates/role.yaml b/stable/kube-lego/templates/role.yaml index 8fa7eb3762..de279c45c3 100644 --- a/stable/kube-lego/templates/role.yaml +++ b/stable/kube-lego/templates/role.yaml @@ -32,6 +32,7 @@ rules: - apiGroups: - "" resources: + - endpoints - secrets verbs: - get