From c3ceb3861f1669a1c5676bed1099080bdd1d3bb6 Mon Sep 17 00:00:00 2001 From: devthejo Date: Sat, 16 Dec 2023 23:38:30 +0100 Subject: [PATCH] fix: port cast type --- charts/modjo-microservice/templates/rollout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/modjo-microservice/templates/rollout.yaml b/charts/modjo-microservice/templates/rollout.yaml index fd2a12c..278440a 100644 --- a/charts/modjo-microservice/templates/rollout.yaml +++ b/charts/modjo-microservice/templates/rollout.yaml @@ -124,7 +124,7 @@ spec: - name: MINIO_ENDPOINT value: {{ .Values.application.minio.endpoint }} - name: MINIO_PORT - value: {{ .Values.application.minio.port }} + value: {{ .Values.application.minio.port | quote }} - name: MINIO_ACCESS_KEY valueFrom: secretKeyRef: