fix(media): fix helm template errors

This commit is contained in:
David Landry 2023-11-05 14:11:50 -05:00
parent 7d6812eb8c
commit c435749c8f
3 changed files with 2 additions and 24 deletions

View file

@ -35,7 +35,7 @@ Set namespace
*/}}
{{- define "media.destination" -}}
destination:
namespace: {{- default "media" .Values.spec.destination.namespace }}
namespace: {{ .Values.spec.destination.namespace }}
server: {{ .Values.spec.destination.server }}
{{- end }}