Skip to content

Commit fbe7506

Browse files
committed
fix: annotations typo in CheCluster example (#2757)
Signed-off-by: dkwon17 <dakwon@redhat.com>
1 parent 0856560 commit fbe7506

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/administration-guide/pages/enabling-fuse-for-all-workspaces.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ data:
4141
----
4242
====
4343

44-
. Set the necessary annotation in the `spec.devEnvironments.annotations` field of the CheCluster custom resource.
44+
. Set the necessary annotation in the `spec.devEnvironments.workspacesPodAnnotations` field of the CheCluster custom resource.
4545
+
4646
====
4747
[source,yaml,subs="+quotes,+attributes"]
@@ -50,7 +50,7 @@ kind: CheCluster
5050
apiVersion: org.eclipse.che/v2
5151
spec:
5252
devEnvironments:
53-
workspacePodAnnotations:
53+
workspacesPodAnnotations:
5454
io.kubernetes.cri-o.Devices: /dev/fuse
5555
----
5656
====

0 commit comments

Comments
 (0)