Skip to content

Commit

Permalink
Fix label in job of NFSCSIRestore
Browse files Browse the repository at this point in the history
  • Loading branch information
aks-px committed Feb 5, 2024
1 parent 11a27ea commit f290d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/drivers/nfscsirestore/nfscsirestore.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ func addJobLabels(jobOpts drivers.JobOpts) map[string]string {
labels = make(map[string]string)
}

labels[drivers.DriverNameLabel] = drivers.NFSRestore
labels[drivers.DriverNameLabel] = drivers.NFSCSIRestore
labels = utils.SetDisableIstioLabel(labels, jobOpts)
return labels
}
Expand Down

0 comments on commit f290d0b

Please sign in to comment.