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 }}