Skip to content

Commit

Permalink
w
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentiuNiculae committed Aug 25, 2023
1 parent f20e20d commit fa4643d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ func (c *Controller) Run(reloadCtx context.Context) error {

caCert, err := os.ReadFile(c.Config.HTTP.TLS.CACert)
if err != nil {
c.Log.Fatal().Err(err).Str("caCert", c.Config.HTTP.TLS.CACert).Msg("failed to read file")
c.Log.Panic().Err(err).Str("caCert", c.Config.HTTP.TLS.CACert).Msg("failed to read file")
}

caCertPool := x509.NewCertPool()
Expand Down

0 comments on commit fa4643d

Please sign in to comment.