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: spec:
chart: {{ .Values.name }} chart: {{ .Values.name }}
repo: {{ $repository }} repo: {{ $repository }}
targetNamespace: {{ .namespace }} targetNamespace: {{ .Values.namespace }}
version: {{ .Values.subchartData.version }} version: {{ .Values.subchartData.version }}
valuesContent: |- valuesContent: |-
{{ toYaml .Values.global | indent 4 }} {{ toYaml .Values.global | indent 4 }}