Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Commit

Permalink
Reintroduce webhook version flag
Browse files Browse the repository at this point in the history
Reintroduces the version flag to the webhook binary which was
accidentally removed in Pull Request #754.

Signed-off-by: Alexander Greene <[email protected]>
  • Loading branch information
awgreene committed Nov 10, 2023
1 parent 4f952d4 commit 4f98bdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/webhooks/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ func main() {
flag.StringVar(&metricsAddr, "metrics-bind-address", ":8080", "The address the metric endpoint binds to.")
flag.StringVar(&probeAddr, "health-probe-bind-address", ":8081", "The address the probe endpoint binds to.")
flag.StringVar(&systemNamespace, "system-namespace", "", "Configures the namespace that gets used to deploy system resources.")
flag.BoolVar(&rukpakVersion, "version", false, "Displays rukpak version information")
flag.BoolVar(&enableHTTP2, "enable-http2", enableHTTP2, "If HTTP/2 should be enabled for the webhook servers.")

opts := zap.Options{
Expand Down

0 comments on commit 4f98bdd

Please sign in to comment.