From ce6f986b64c9b0da15fe53a043d960d9fdea39c2 Mon Sep 17 00:00:00 2001 From: HansK-p <42314815+HansK-p@users.noreply.github.com> Date: Thu, 26 Sep 2019 01:37:06 +0200 Subject: [PATCH] [stable/chart/kong]: Add role access to api group networking.k8s.io for the Ingress controller (#17264) * Add access to work on api group networking.k8s.io when acessing ingress and ingress/status resources. Not only the extensions api group. Signed-off-by: Hans Kristian Nordengen * Bump up chart version Signed-off-by: Hans Kristian Nordengen --- stable/kong/Chart.yaml | 2 +- stable/kong/templates/controller-cluster-role.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/stable/kong/Chart.yaml b/stable/kong/Chart.yaml index 3eec77e2a0..66ba95157e 100644 --- a/stable/kong/Chart.yaml +++ b/stable/kong/Chart.yaml @@ -12,5 +12,5 @@ maintainers: name: kong sources: - https://github.com/Kong/kong -version: 0.18.0 +version: 0.18.1 appVersion: 1.3 diff --git a/stable/kong/templates/controller-cluster-role.yaml b/stable/kong/templates/controller-cluster-role.yaml index 2a4bc808d5..9e256b5c3d 100644 --- a/stable/kong/templates/controller-cluster-role.yaml +++ b/stable/kong/templates/controller-cluster-role.yaml @@ -35,6 +35,7 @@ rules: - watch - apiGroups: - "extensions" + - "networking.k8s.io" resources: - ingresses verbs: @@ -50,6 +51,7 @@ rules: - patch - apiGroups: - "extensions" + - "networking.k8s.io" resources: - ingresses/status verbs: