Skip to content

Commit

Permalink
Change restic label to node-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
dymurray committed Jul 27, 2023
1 parent 8b05931 commit 69a73d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/miganalytic/restic_executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const (
// ResticPodLabelKey is the key of the label used to discover Restic pod
ResticPodLabelKey = "name"
// ResticPodLabelValue is the value of the label used to discover Restic pod
ResticPodLabelValue = "restic"
ResticPodLabelValue = "node-agent"
)

// ResticDFCommandExecutor uses Restic pods to run DF command
Expand Down

0 comments on commit 69a73d5

Please sign in to comment.