[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 <hans.kristian.nordengen@gmail.com>

* Bump up chart version

Signed-off-by: Hans Kristian Nordengen <hans.kristian.nordengen@gmail.com>
This commit is contained in:
HansK-p
2019-09-25 16:37:06 -07:00
committed by Kubernetes Prow Robot
parent f268d2e047
commit ce6f986b64
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -12,5 +12,5 @@ maintainers:
name: kong
sources:
- https://github.com/Kong/kong
version: 0.18.0
version: 0.18.1
appVersion: 1.3
@@ -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: