From 38510702b8c3679e09e33449afc1df3a7e2c93ac Mon Sep 17 00:00:00 2001 From: David Kwon Date: Tue, 16 Jul 2024 11:11:26 -0400 Subject: [PATCH] fix: annotations typo in CheCluster example (#2757) (#2758) Signed-off-by: dkwon17 --- .../pages/enabling-fuse-for-all-workspaces.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/administration-guide/pages/enabling-fuse-for-all-workspaces.adoc b/modules/administration-guide/pages/enabling-fuse-for-all-workspaces.adoc index e9f8f969b4..e979625f5d 100644 --- a/modules/administration-guide/pages/enabling-fuse-for-all-workspaces.adoc +++ b/modules/administration-guide/pages/enabling-fuse-for-all-workspaces.adoc @@ -41,7 +41,7 @@ data: ---- ==== -. Set the necessary annotation in the `spec.devEnvironments.annotations` field of the CheCluster custom resource. +. Set the necessary annotation in the `spec.devEnvironments.workspacesPodAnnotations` field of the CheCluster custom resource. + ==== [source,yaml,subs="+quotes,+attributes"] @@ -50,7 +50,7 @@ kind: CheCluster apiVersion: org.eclipse.che/v2 spec: devEnvironments: - workspacePodAnnotations: + workspacesPodAnnotations: io.kubernetes.cri-o.Devices: /dev/fuse ---- ====