fix: typo in Jellyfin chart (#34)

This commit is contained in:
2023-10-24 00:52:36 +02:00
committed by GitHub
parent f11c08b4ca
commit 59da75e15d
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ spec:
port: http
periodSeconds: 10
failureThreshold: 6
{{- if .Values.jellyfin.publishedServerUrl -}}
{{- if .Values.jellyfin.publishedServerUrl }}
env:
- name: JELLYFIN_PublishedServerUrl
value: {{ .Values.jellyfin.publishedServerUrl }}