From de17d323c3097d44911f89f7a0423f94dcccf32b Mon Sep 17 00:00:00 2001 From: "Michael N. Lipp" Date: Tue, 20 Jun 2023 13:29:24 +0200 Subject: [PATCH] Support Spice ticket. --- .../helm-test/templates/etcConfig.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/org.jdrupes.vmoperator.runner.qemu/helm-test/templates/etcConfig.yaml b/org.jdrupes.vmoperator.runner.qemu/helm-test/templates/etcConfig.yaml index 94be1d6..1417241 100644 --- a/org.jdrupes.vmoperator.runner.qemu/helm-test/templates/etcConfig.yaml +++ b/org.jdrupes.vmoperator.runner.qemu/helm-test/templates/etcConfig.yaml @@ -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 }}