From c5b5a7e267e0cdf35c609a8a3f197a20c6b4fddf Mon Sep 17 00:00:00 2001 From: "Kyohei.Saito" Date: Sun, 27 Oct 2024 23:03:07 +0900 Subject: [PATCH] :bug: fix(chart): Fix type error --- chart/templates/like-service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/templates/like-service.yaml b/chart/templates/like-service.yaml index d5807b2a..98b8a107 100644 --- a/chart/templates/like-service.yaml +++ b/chart/templates/like-service.yaml @@ -68,7 +68,7 @@ spec: - name: DB_HOST value: {{ tpl .Values.likeService.deployment.container.env.DB_HOST . }} - name: DB_PORT - value: {{ tpl .Values.likeService.deployment.container.env.DB_PORT . }} + value: {{ tpl .Values.likeService.deployment.container.env.DB_PORT . | quote }} - name: MARIADB_PASSWORD valueFrom: secretKeyRef: