Skip to content

Commit 1d96f09

Browse files
committed
Fix config option
1 parent 4264264 commit 1d96f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ type Agent struct {
8686
PhysicalInterface string `long:"physical-interface" ini-name:"physical_interface" description:"Physical Interface" default:"portchannel1"`
8787
PendingSyncInterval time.Duration `long:"pending-sync-interval" ini-name:"sync-interval" default:"120s" description:"Interval for pending sync scans, supports suffix (e.g. 10s)."`
8888
CreateService bool `long:"create-service" ini-name:"create_service" description:"Auto-create Service for network injection agent."`
89-
ServicePublic bool `long:"service-public" ini-name:"service_public" description:"Service public to all projects for auto-created service" default:"false"`
89+
ServicePublic bool `long:"service-public" ini-name:"service_public" description:"Service public to all projects for auto-created service"`
9090
ServiceName string `long:"service-name" ini-name:"service_name" description:"Service name for auto-created service."`
9191
ServicePort int `long:"service-port" ini-name:"service_port" description:"Service port for auto-created service."`
9292
ServicePorts []string `long:"service-ports" ini-name:"service_ports[]" description:"Service ports for auto-created service."`

0 commit comments

Comments
 (0)