mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Further update of kong role to be dynamic based on ingressClass (#10386)
Signed-off-by: Kristian Haugene <kristian.haugene@greenbird.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
0d4b3f36b7
commit
986718bb50
@@ -12,5 +12,5 @@ maintainers:
|
||||
name: kong
|
||||
sources:
|
||||
- https://github.com/Kong/kong
|
||||
version: 0.7.1
|
||||
version: 0.7.2
|
||||
appVersion: 0.14.1
|
||||
|
||||
@@ -25,10 +25,10 @@ rules:
|
||||
- configmaps
|
||||
resourceNames:
|
||||
# Defaults to "<election-id>-<ingress-class>"
|
||||
# Here: "<ingress-controller-leader>-<nginx>"
|
||||
# Here: "<kong-ingress-controller-leader-nginx>-<nginx>"
|
||||
# This has to be adapted if you change either parameter
|
||||
# when launching the nginx-ingress-controller.
|
||||
- "kong-ingress-controller-leader-kong-{{ .Values.ingressController.ingressClass }}"
|
||||
- "kong-ingress-controller-leader-{{ .Values.ingressController.ingressClass }}-{{ .Values.ingressController.ingressClass }}"
|
||||
verbs:
|
||||
- get
|
||||
- update
|
||||
|
||||
Reference in New Issue
Block a user