From 7e66de582f9f6c39f650070fbcc2a2888b2d272a Mon Sep 17 00:00:00 2001 From: Voronkov Alexander Date: Wed, 22 Nov 2023 12:54:33 +0300 Subject: [PATCH] mfront fix name configmap-extra (#353) --- charts/navi-front/templates/configmap-extra.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/navi-front/templates/configmap-extra.yaml b/charts/navi-front/templates/configmap-extra.yaml index 7eab54da2..86ba18588 100644 --- a/charts/navi-front/templates/configmap-extra.yaml +++ b/charts/navi-front/templates/configmap-extra.yaml @@ -1,7 +1,7 @@ apiVersion: v1 kind: ConfigMap metadata: - name: {{ include "front.fullname" . }}-extra-config + name: {{ include "front.fullname" . }}-extra data: {{- if .Values.serverBlock }} server-block.conf: |-