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