Skip to content

Commit

Permalink
added route section to cloud-config secret (#2570)
Browse files Browse the repository at this point in the history
  • Loading branch information
frittenlab authored Apr 12, 2024
1 parent 290e7c7 commit dab0f06
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/openstack-cloud-controller-manager/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Openstack Cloud Controller Manager Helm Chart
icon: https://object-storage-ca-ymq-1.vexxhost.net/swift/v1/6e4619c416ff4bd19e1c087f27a43eea/www-images-prod/openstack-logo/OpenStack-Logo-Vertical.png
home: https://github.com/kubernetes/cloud-provider-openstack
name: openstack-cloud-controller-manager
version: 2.29.1
version: 2.29.2
maintainers:
- name: eumel8
email: [email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,12 @@ Create cloud-config makro.
{{- range $key, $value := .Values.cloudConfig.metadata }}
{{ $key }} = {{ $value | quote }}
{{- end }}
{{- end }}

[Route]
{{- range $key, $value := .Values.cloudConfig.route }}
{{ $key }} = {{ $value | quote }}
{{- end }}
{{- end }}

{{/*
Generate string of enabled controllers. Might have a trailing comma (,) which needs to be trimmed.
Expand Down
1 change: 1 addition & 0 deletions charts/openstack-cloud-controller-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ cloudConfig:
loadBalancer:
blockStorage:
metadata:
route:

# Allow for specifying internal IP addresses for multiple hostnames
# hostAliases:
Expand Down

0 comments on commit dab0f06

Please sign in to comment.