From a650a97aa6ca77bd3bc968bcf60b47f536ce4b52 Mon Sep 17 00:00:00 2001 From: Adam Roberts Date: Wed, 22 Nov 2023 14:03:38 -0500 Subject: [PATCH] Update charts/agent/templates/_helpers.tpl Co-authored-by: Marco Vito Moscaritolo --- charts/agent/templates/_helpers.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/agent/templates/_helpers.tpl b/charts/agent/templates/_helpers.tpl index 3a66318ff..b11717ce3 100644 --- a/charts/agent/templates/_helpers.tpl +++ b/charts/agent/templates/_helpers.tpl @@ -509,5 +509,5 @@ true {{/* Return the name of the local forwarder configmap */}} {{- define "agent.localForwarderConfigMapName" }} -{{- include "agent.configmapName" . | printf "%s-local-forwarder" | trunc 63 | trimSuffix "-" }} +{{- include "agent.configmapName" . | trunc 46 | trimSuffix "-" | printf "%s-local-forwarder" }} {{- end }}