Skip to content

Commit

Permalink
fix: sidero.endpoint and sidero.mac was inverted
Browse files Browse the repository at this point in the history
AgentEndpointArg and AgentMACArg values was inverted

Signed-off-by: Anthony ARNAUD <[email protected]>
Signed-off-by: Noel Georgi <[email protected]>
  • Loading branch information
aarnaud authored and frezbo committed Jan 22, 2024
1 parent 90d7a7d commit aabe7bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/sidero-controller-manager/pkg/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import "time"

const (
DataDirectory = "/var/lib/sidero"
AgentEndpointArg = "sidero.mac"
AgentMACArg = "sidero.endpoint"
AgentEndpointArg = "sidero.endpoint"
AgentMACArg = "sidero.mac"

KernelAsset = "vmlinuz"
InitrdAsset = "initramfs.xz"
Expand Down

0 comments on commit aabe7bc

Please sign in to comment.