Skip to content
Snippets Groups Projects
Commit abb8f0f0 authored by Lukas Malte Monnerjahn's avatar Lukas Malte Monnerjahn
Browse files

OZG-4880 wrap port in quotes

parent a76c4336
Branches
Tags
1 merge request!24OZG-4880 Helm Env Values für OSI-Postfach 2.0
......@@ -128,7 +128,7 @@ spec:
- name: ozgcloud_osiv2_http-proxy_host
value: {{ .Values.ozgcloud.osiv2.httpproxy.host }}
- name: ozgcloud_osiv2_http-proxy_port
value: {{ .Values.ozgcloud.osiv2.httpproxy.port }}
value: "{{ .Values.ozgcloud.osiv2.httpproxy.port }}""
{{- end }}
{{- end }}
{{- if (.Values.rabbitmq).enabled }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment