fix: YAML parse error when using runtimeClassName (#41)
Some checks failed
Docs Update / generate-docs (push) Has been cancelled

This commit is contained in:
Wagner Santos 2024-11-08 19:33:55 -03:00 committed by GitHub
parent 8744e4c892
commit 69e7612062
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -119,5 +119,5 @@ spec:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.runtimeClassName }}
runtimeClassName: {{- . | quote }}
runtimeClassName: {{ . | quote }}
{{- end }}