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