Skip to content

Commit a804198

Browse files
author
Audrey Spaulding
committed
CNV-52384
1 parent 8f71bae commit a804198

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/virt-temporary-token-VNC.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ Kubernetes also supports authentication using client certificates, instead of a
2020
2121
.Procedure
2222

23-
. Enable the feature gate in the HyperConverged (`HCO`) custom resource (CR):
23+
. Set the `deployVmConsoleProxy` field value in the HyperConverged (`HCO`) custom resource (CR) to `true`:
2424
+
2525
[source,terminal,subs="attributes+"]
2626
----
27-
$ oc patch hyperconverged kubevirt-hyperconverged -n {CNVNamespace} --type json -p '[{"op": "replace", "path": "/spec/featureGates/deployVmConsoleProxy", "value": true}]'
27+
$ oc patch hyperconverged kubevirt-hyperconverged -n {CNVNamespace} --type json -p '[{"op": "replace", "path": "/spec/deployVmConsoleProxy", "value": true}]'
2828
----
2929

3030
. Generate a token by entering the following command:

0 commit comments

Comments
 (0)