Skip to content

Commit de948f5

Browse files
author
Luis (LT) Carbonell
authored
Update webhook CA bundle verification log message (#739)
Makes log message more accurate by clarifying that this step verifies the existing CA bundle configuration rather than suggesting certificate regeneration. Changes: - Adjusted log level from Info to Debug - Updated message to better reflect the actual operation
1 parent 1e6f782 commit de948f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subcommand/injector/command.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ func (c *Command) certWatcher(ctx context.Context, ch <-chan cert.Bundle, client
378378

379379
case <-webhooksWatcher:
380380
// Webhooks changed, make sure the CA bundle is up-to-date.
381-
log.Info("Webhooks changed. Updating certs...")
381+
log.Debug("Checking to ensure CA bundle is up-to-date...")
382382

383383
case <-ctx.Done():
384384
// Quit

0 commit comments

Comments
 (0)