From b7d52846f5d3efdb62820f9d46875224c84e89aa Mon Sep 17 00:00:00 2001 From: ties Date: Thu, 29 Aug 2024 13:18:17 +0000 Subject: [PATCH] Update templates/helm.yaml --- templates/helm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/helm.yaml b/templates/helm.yaml index cd7068b..cec5d09 100644 --- a/templates/helm.yaml +++ b/templates/helm.yaml @@ -10,7 +10,7 @@ metadata: spec: chart: {{ .Values.name }} repo: {{ $repository }} - targetNamespace: {{ .namespace }} + targetNamespace: {{ .Values.namespace }} version: {{ .Values.subchartData.version }} valuesContent: |- {{ toYaml .Values.global | indent 4 }} \ No newline at end of file