Support Spice ticket.
This commit is contained in:
parent
a2e9cd4f70
commit
de17d323c3
1 changed files with 3 additions and 0 deletions
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue