Skip to content

Commit

Permalink
fix(k8s): add webhooks config flag (#59)
Browse files Browse the repository at this point in the history
[PLT-184]
  • Loading branch information
renatoaguimaraes authored Jan 27, 2022
1 parent 1dd98af commit edc8946
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/common/config/manager_configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ type ManagerConfiguration struct {
Port int `envconfig:"MANAGER_PORT" default:"9443"`
MetricsServerPort int `envconfig:"METRICS_SERVER_PORT" default:"8080"`
HealthProbeAddress string `envconfig:"HEALTH_PROBE_ADDRESS" default:":8081"`
EnableWebhooks bool `envconfig:"ENABLE_WEBHOOKS" default:"true"`
}

// LoadFromEnvVars from the Manager
Expand Down

0 comments on commit edc8946

Please sign in to comment.