From 87865948443080cdf84cef8a894fd1c78e3fa49d Mon Sep 17 00:00:00 2001 From: Alex Jones Date: Mon, 10 Nov 2025 09:35:34 -0500 Subject: [PATCH] Ensure namespace is emitted into metadata. --- helm/charts/nats/templates/_helpers.tpl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/helm/charts/nats/templates/_helpers.tpl b/helm/charts/nats/templates/_helpers.tpl index d8485943..ba3853e1 100644 --- a/helm/charts/nats/templates/_helpers.tpl +++ b/helm/charts/nats/templates/_helpers.tpl @@ -41,9 +41,7 @@ Print the namespace Print the namespace for the metadata section */}} {{- define "nats.metadataNamespace" -}} -{{- with .Values.namespaceOverride }} -namespace: {{ . | quote }} -{{- end }} +namespace: {{ include "nats.namespace" . | quote }} {{- end }} {{/*