Skip to content

Commit 6c69360

Browse files
akurinnoydkwon17
andauthored
Update pkg/provision/storage/cleanup.go
Co-authored-by: David Kwon <dakwon@redhat.com>
1 parent a5dce39 commit 6c69360

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/provision/storage/cleanup.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ func getSpecCommonPVCCleanupJob(workspace *common.DevWorkspaceWithConfig, cluste
209209
{
210210
MatchExpressions: []corev1.NodeSelectorRequirement{
211211
{
212-
Key: "kubernetes.io/hostname",
212+
Key: corev1.LabelHostname,
213213
Operator: corev1.NodeSelectorOpIn,
214214
Values: []string{targetNode},
215215
},

0 commit comments

Comments
 (0)