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
Branches
No related tags found
No related merge requests found
...@@ -26,11 +26,11 @@ spec: ...@@ -26,11 +26,11 @@ spec:
{{- toYaml .Values.podSecurityContext | nindent 8 }} {{- toYaml .Values.podSecurityContext | nindent 8 }}
volumes: volumes:
- name: config - name: config
{{- toYaml .Values.volumes.config | nindent 10 }} {{- .Values.volumes.config | nindent 10 }}
- name: data - name: data
{{- toYaml .Values.volumes.data | nindent 10 }} {{- .Values.volumes.data | nindent 10 }}
- name: media - name: media
{{- toYaml .Values.volumes.media | nindent 10 }} {{- .Values.volumes.media | nindent 10 }}
containers: containers:
- name: {{ .Chart.Name }} - name: {{ .Chart.Name }}
securityContext: securityContext:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment