Skip to content

Commit

Permalink
Update integrations/kube-agent-updater/cmd/teleport-kube-agent-update…
Browse files Browse the repository at this point in the history
…r/main.go

Co-authored-by: Roman Tkachenko <roman@goteleport.com>
  • Loading branch information
hugoShaka and r0mant committed Mar 30, 2023
1 parent 670e8cf commit b6744bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func main() {
flag.StringVar(&probeAddr, "healthz-addr", ":8081", "The address the probe endpoint binds to.")
flag.DurationVar(&syncPeriod, "sync-period", 10*time.Hour, "Operator sync period (format: https://pkg.go.dev/time#ParseDuration)")
flag.BoolVar(&insecureNoVerify, "insecure-no-verify-image", false, "Disable image signature verification.")
flag.BoolVar(&disableLeaderElection, "disable-leader-election", false, "Disable leader election, used to run the kube-agent-updater out of Kubernetes.")
flag.BoolVar(&disableLeaderElection, "disable-leader-election", false, "Disable leader election, used when running the kube-agent-updater outside of Kubernetes.")
flag.StringVar(&versionServer, "version-server", "https://update.gravitational.io/v1/", "URL of the HTTP server advertising target version and critical maintenances. Trailing slash is optional.")
flag.StringVar(&versionChannel, "version-channel", "cloud/stable", "Version channel to get updates from.")
flag.StringVar(&baseImageName, "base-image", "public.ecr.aws/gravitational/teleport", "Image reference containing registry and repository.")
Expand Down

0 comments on commit b6744bd

Please sign in to comment.