Skip to content

Commit

Permalink
fix namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdrichard committed Jun 19, 2024
1 parent a40e10a commit a8c3945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/daemon/daemon/daemon.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
)

const (
PtpNamespace = "openshift-ptp"
PtpNamespace = "ptp"
PTP4L_CONF_FILE_PATH = "/etc/ptp4l.conf"
PTP4L_CONF_DIR = "/ptp4l-conf"
connectionRetryInterval = 1 * time.Second
Expand Down

0 comments on commit a8c3945

Please sign in to comment.