Skip to content

Commit

Permalink
fix: YAML parse error when using runtimeClassName (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
wagoid authored Nov 8, 2024
1 parent 8744e4c commit 69e7612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/jellyfin/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,5 @@ spec:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.runtimeClassName }}
runtimeClassName: {{- . | quote }}
runtimeClassName: {{ . | quote }}
{{- end }}

0 comments on commit 69e7612

Please sign in to comment.