Skip to content

Commit e6748d6

Browse files
committed
Update log message
Signed-off-by: David Kwon <dakwon@redhat.com>
1 parent 74abc27 commit e6748d6

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
@@ -126,7 +126,7 @@ func getSpecCommonPVCCleanupJob(workspace *common.DevWorkspaceWithConfig, cluste
126126
if err != nil {
127127
clusterAPI.Logger.Error(err, "Error getting target node for cleanup job")
128128
} else if targetNode == "" {
129-
clusterAPI.Logger.Info("No target node for cleanup job")
129+
clusterAPI.Logger.Info("No target node for cleanup job, NodeAffinity will not be defined")
130130
}
131131

132132
jobLabels := map[string]string{

0 commit comments

Comments
 (0)