Skip to content
Snippets Groups Projects
Verified Commit e841e806 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

fix: correct jellyfin deployment

parent e27a7eb1
No related branches found
No related tags found
No related merge requests found
......@@ -26,11 +26,11 @@ spec:
{{- toYaml .Values.podSecurityContext | nindent 8 }}
volumes:
- name: config
{{- toYaml .Values.volumes.config | nindent 10 }}
{{- .Values.volumes.config | nindent 10 }}
- name: data
{{- toYaml .Values.volumes.data | nindent 10 }}
{{- .Values.volumes.data | nindent 10 }}
- name: media
{{- toYaml .Values.volumes.media | nindent 10 }}
{{- .Values.volumes.media | nindent 10 }}
containers:
- name: {{ .Chart.Name }}
securityContext:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment