Skip to content

Commit

Permalink
fix: added default runnerId to the agent
Browse files Browse the repository at this point in the history
  • Loading branch information
exu committed Aug 1, 2024
1 parent f0fdcde commit 9d6df4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ type Config struct {
TestkubeOAuthProvider string `envconfig:"TESTKUBE_OAUTH_PROVIDER" default:""`
TestkubeOAuthScopes string `envconfig:"TESTKUBE_OAUTH_SCOPES" default:""`
TestkubeProAPIKey string `envconfig:"TESTKUBE_PRO_API_KEY" default:""`
TestkubeProRunnerId string `envconfig:"TESTKUBE_PRO_RUNNER_ID" default:""`
TestkubeProRunnerId string `envconfig:"TESTKUBE_PRO_RUNNER_ID" default:"default-runner"`
TestkubeProURL string `envconfig:"TESTKUBE_PRO_URL" default:""`
TestkubeProTLSInsecure bool `envconfig:"TESTKUBE_PRO_TLS_INSECURE" default:"false"`
TestkubeProWorkerCount int `envconfig:"TESTKUBE_PRO_WORKER_COUNT" default:"50"`
Expand Down

0 comments on commit 9d6df4c

Please sign in to comment.