From 35a521a30b776e35276e55b02aff67182ed7bb61 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 371155a0..1b0613be 100644 --- a/chart/templates/like-service.yaml +++ b/chart/templates/like-service.yaml @@ -65,7 +65,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: