File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
charts/openstack-cloud-controller-manager Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: Openstack Cloud Controller Manager Helm Chart
44icon : https://object-storage-ca-ymq-1.vexxhost.net/swift/v1/6e4619c416ff4bd19e1c087f27a43eea/www-images-prod/openstack-logo/OpenStack-Logo-Vertical.png
55home : https://github.com/kubernetes/cloud-provider-openstack
66name : openstack-cloud-controller-manager
7- version : 2.29.1
7+ version : 2.29.2
88maintainers :
99 - name : eumel8
1010
Original file line number Diff line number Diff line change @@ -60,8 +60,12 @@ Create cloud-config makro.
6060{ {- range $key , $value := .Values.cloudConfig.metadata } }
6161{ { $key } } = { { $value | quote } }
6262{ {- end } }
63- { {- end } }
6463
64+ [Route]
65+ { {- range $key , $value := .Values.cloudConfig.route } }
66+ { { $key } } = { { $value | quote } }
67+ { {- end } }
68+ { {- end } }
6569
6670{ {/*
6771Generate string of enabled controllers. Might have a trailing comma (,) which needs to be trimmed.
Original file line number Diff line number Diff line change @@ -108,6 +108,7 @@ cloudConfig:
108108 loadBalancer :
109109 blockStorage :
110110 metadata :
111+ route :
111112
112113# Allow for specifying internal IP addresses for multiple hostnames
113114# hostAliases:
You can’t perform that action at this time.
0 commit comments