Skip to content

Commit

Permalink
PB-7474-sync: Updating node label as per the best practices
Browse files Browse the repository at this point in the history
  • Loading branch information
shkumari-px committed Oct 4, 2024
1 parent c57e71e commit 8298317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/drivers/drivers.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ const (
var (
// ErrJobFailed is a know error for a data transfer job failure.
ErrJobFailed = fmt.Errorf("data transfer job failed")
PxbJobNodeLabelKey = "PXB_JOB_NODE_AFFINITY_LABEL"
PxbJobNodeLabelKey = "pxb_job_node_affinity_label"
)

// Interface defines a data export driver behaviour.
Expand Down

0 comments on commit 8298317

Please sign in to comment.