Merge "Fix resource name in role of ingress chart"
This commit is contained in:
commit
d09cae73be
@ -15,7 +15,7 @@ apiVersion: v1
|
|||||||
appVersion: v0.42.0
|
appVersion: v0.42.0
|
||||||
description: OpenStack-Helm Ingress Controller
|
description: OpenStack-Helm Ingress Controller
|
||||||
name: ingress
|
name: ingress
|
||||||
version: 0.2.10
|
version: 0.2.11
|
||||||
home: https://github.com/kubernetes/ingress
|
home: https://github.com/kubernetes/ingress
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/kubernetes/ingress
|
- https://github.com/kubernetes/ingress
|
||||||
|
@ -113,7 +113,7 @@ rules:
|
|||||||
resources:
|
resources:
|
||||||
- configmaps
|
- configmaps
|
||||||
resourceNames:
|
resourceNames:
|
||||||
- {{ printf "%s-%s" .Release.Name .Values.conf.controller.INGRESS_CLASS | quote }}
|
- {{ $envAll.Release.Name }}
|
||||||
verbs:
|
verbs:
|
||||||
- get
|
- get
|
||||||
- update
|
- update
|
||||||
|
@ -14,4 +14,5 @@ ingress:
|
|||||||
- 0.2.8 Uplift ingress to 1.1.3
|
- 0.2.8 Uplift ingress to 1.1.3
|
||||||
- 0.2.9 Added OCI registry authentication
|
- 0.2.9 Added OCI registry authentication
|
||||||
- 0.2.10 Update neutron images to xena release
|
- 0.2.10 Update neutron images to xena release
|
||||||
|
- 0.2.11 Fix resource name in the role
|
||||||
...
|
...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user