helm-implementation #3

Merged
ties merged 5 commits from helm-implementation into main 2024-08-29 13:24:03 +00:00
Showing only changes of commit b7d52846f5 - Show all commits

View File

@ -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 }}