Skip to content

Commit d666c81

Browse files
committed
Change mount path for labels to /etc/stash
1 parent 1177d60 commit d666c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schedule.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ func NewCmdSchedule(version string) *cobra.Command {
2727
ResticName: "",
2828
ScratchDir: "/tmp",
2929
PushgatewayURL: "http://stash-operator.kube-system.svc:56789",
30-
PodLabelsPath: "/etc/labels",
30+
PodLabelsPath: "/etc/stash/labels",
3131
}
3232
enableAnalytics bool = true
3333
)

0 commit comments

Comments
 (0)