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":
|
"display":
|
||||||
"spice":
|
"spice":
|
||||||
"port": {{ .Values.vm.spicePort }}
|
"port": {{ .Values.vm.spicePort }}
|
||||||
|
{{- if hasKey .Values.vm "spiceTicket" }}
|
||||||
|
"ticket": "{{ .Values.vm.spiceTicket }}"
|
||||||
|
{{- end }}
|
||||||
{{- if hasKey .Values.vm "streamingVideo" }}
|
{{- if hasKey .Values.vm "streamingVideo" }}
|
||||||
"streamingVideo": "{{ .Values.vm.streamingVideo }}"
|
"streamingVideo": "{{ .Values.vm.streamingVideo }}"
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue