helm-chart/templates/raw.yaml
Vince Grassia cd918af188
All checks were successful
continuous-integration/drone/pr Build is passing
Fix 'raw' template
2023-05-02 10:15:49 -04:00

6 lines
175 B
YAML

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