Skip to content

Commit a5dce39

Browse files
Update pkg/constants/constants.go
Co-authored-by: Rohan Kumar <[email protected]> Signed-off-by: Oleksii Kurinnyi <[email protected]>
1 parent 3e93314 commit a5dce39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/constants/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,6 @@ const (
9898
)
9999

100100
const (
101-
// This annotation is added to a PVC that is triggered by a scheduler to be dynamically provisioned. Its value is the name of the selected node.
101+
// SelectedNodeAnnotation annotation is added to a PVC that is triggered by a scheduler to be dynamically provisioned. Its value is the name of the selected node.
102102
SelectedNodeAnnotation = "volume.kubernetes.io/selected-node"
103103
)

0 commit comments

Comments
 (0)