Skip to content

Commit

Permalink
fix: annotations typo in CheCluster example (#2757)
Browse files Browse the repository at this point in the history
Signed-off-by: dkwon17 <dakwon@redhat.com>
  • Loading branch information
dkwon17 authored Jul 16, 2024
1 parent 3208e6e commit 71e6ac3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand All @@ -50,7 +50,7 @@ kind: CheCluster
apiVersion: org.eclipse.che/v2
spec:
devEnvironments:
workspacePodAnnotations:
workspacesPodAnnotations:
io.kubernetes.cri-o.Devices: /dev/fuse
----
====
Expand Down

0 comments on commit 71e6ac3

Please sign in to comment.