From abb8f0f055c5a4c12ad3d39a34bc3780e5325a70 Mon Sep 17 00:00:00 2001 From: Lukas Malte Monnerjahn <lukasmalte.monnerjahn@dataport.de> Date: Tue, 8 Apr 2025 13:32:42 +0200 Subject: [PATCH] OZG-4880 wrap port in quotes --- src/main/helm/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/helm/templates/deployment.yaml b/src/main/helm/templates/deployment.yaml index e7259dfb1..a16babd59 100644 --- a/src/main/helm/templates/deployment.yaml +++ b/src/main/helm/templates/deployment.yaml @@ -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 }} -- GitLab