helm-chart/templates/raw.yaml
Vince Grassia 966fd845f2
All checks were successful
continuous-integration/drone/pr Build is passing
Fix 'raw' template
2023-05-07 19:44:31 -04:00

6 lines
175 B
YAML

{{- range .Values.raw }}
{{- $manifest := include "vikunja.labels" $ | fromYaml | dict "labels" | dict "metadata" | mergeOverwrite . }}
{{- toYaml $manifest }}
---
{{- end }}