helm-charts/jellyfin/templates/configmap.yaml

12 lines
290 B
YAML
Raw Normal View History

2024-06-29 12:42:46 +02:00
{{- if .Values.config.enabled }}
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "jellyfin.fullname" . }}-config
labels:
{{- include "jellyfin.labels" . | nindent 4 }}
data:
patch.sh: |-
{{ tpl (.Files.Get "files/config-patch.sh.gotmpl") . | nindent 4 }}
{{- end }}