mirror of
https://github.com/jellyfin/jellyfin-helm.git
synced 2024-11-27 00:00:30 +00:00
fix: YAML parse error when using runtimeClassName (#41)
Some checks failed
Docs Update / generate-docs (push) Has been cancelled
Some checks failed
Docs Update / generate-docs (push) Has been cancelled
This commit is contained in:
parent
8744e4c892
commit
69e7612062
@ -119,5 +119,5 @@ spec:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- with .Values.runtimeClassName }}
|
||||
runtimeClassName: {{- . | quote }}
|
||||
runtimeClassName: {{ . | quote }}
|
||||
{{- end }}
|
||||
|
Loading…
Reference in New Issue
Block a user