From 4b91bc4ca1a184fab1c1e35ad8b80b988d7f01d1 Mon Sep 17 00:00:00 2001 From: Konstantin Grachev Date: Tue, 28 Feb 2023 21:36:06 +0300 Subject: [PATCH] fix: typo in CMD_PORT --- templates/configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/configmap.yaml b/templates/configmap.yaml index 6d4c4ad..9bdc204 100644 --- a/templates/configmap.yaml +++ b/templates/configmap.yaml @@ -9,7 +9,7 @@ data: CMD_DOMAIN: {{ .Values.config.domain | quote }} CMD_URL_PATH: {{ .Values.config.urlPath | quote }} CMD_HOST: {{ .Values.config.host | quote }} - CMD_PORT): {{ .Values.config.port | quote }} + CMD_PORT: {{ .Values.config.port | quote }} CMD_PATH: {{ .Values.config.path | quote }} CMD_LOGLEVEL: {{ .Values.config.loglevel | quote }} CMD_URL_ADDPORT: {{ .Values.config.urlAddPort | quote }}