Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Behar <simbeh7@gmail.com>
  • Loading branch information
simster7 committed Oct 27, 2021
1 parent 4349b19 commit d40929c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/controller/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -1130,7 +1130,7 @@ func (wfc *WorkflowController) getMetricsServerConfig() (metrics.ServerConfig, m
TTL: time.Duration(wfc.Config.MetricsConfig.MetricsTTL),
IgnoreErrors: wfc.Config.MetricsConfig.IgnoreErrors,
// Default to false until v3.5
Secure: wfc.Config.MetricsConfig.GetSecure(false),
Secure: wfc.Config.MetricsConfig.GetSecure(false),
}

// Telemetry config
Expand Down

0 comments on commit d40929c

Please sign in to comment.