From bd54c09c30ae5c52166aaef61cf29c80d7eb020f Mon Sep 17 00:00:00 2001 From: yu-croco Date: Fri, 1 Mar 2024 18:17:50 +0900 Subject: [PATCH] chore: aligne major repo Signed-off-by: yu-croco --- charts/argo-workflows/templates/_helpers.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/argo-workflows/templates/_helpers.tpl b/charts/argo-workflows/templates/_helpers.tpl index ad91e416..118f9a52 100644 --- a/charts/argo-workflows/templates/_helpers.tpl +++ b/charts/argo-workflows/templates/_helpers.tpl @@ -195,5 +195,5 @@ Expand the namespace of the release. Allows overriding it for multi-namespace deployments in combined charts. */}} {{- define "argo-workflows.namespace" -}} -{{- default .Release.Namespace .Values.namespaceOverride }} +{{- default .Release.Namespace .Values.namespaceOverride | trunc 63 | trimSuffix "-" -}} {{- end }}