Support Spice ticket.

This commit is contained in:
Michael Lipp 2023-06-20 13:29:24 +02:00
parent a2e9cd4f70
commit de17d323c3

View file

@ -117,6 +117,9 @@ data:
"display":
"spice":
"port": {{ .Values.vm.spicePort }}
{{- if hasKey .Values.vm "spiceTicket" }}
"ticket": "{{ .Values.vm.spiceTicket }}"
{{- end }}
{{- if hasKey .Values.vm "streamingVideo" }}
"streamingVideo": "{{ .Values.vm.streamingVideo }}"
{{- end }}