Fix 'raw' template
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
Vince Grassia 2023-05-02 10:15:49 -04:00
parent 1e81af0512
commit cd918af188

View File

@ -1,4 +1,4 @@
{{- range .Values.vikunja }}
{{- range .Values.raw }}
{{- $manifest := include "vikunja.labels" $ | fromYaml | dict "labels" | dict "metadata" | mergeOverwrite . }}
{{- toYaml $manifest }}
---