mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
f268d2e047
commit
ce6f986b64
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user