fix(media): fix helm template errors
This commit is contained in:
parent
7d6812eb8c
commit
c435749c8f
3 changed files with 2 additions and 24 deletions
|
|
@ -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 }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue