Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
0x416e746f6e committed Apr 28, 2024
1 parent e14a332 commit 6c2c909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/k8s.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ func (s *Server) mutatePod(

annotationProcessed := s.cfg.K8S.ServiceName + "." + global.OrgDomain + "/" + fingerprint
if timestamp, alreadyProcessed := pod.Annotations[annotationProcessed]; alreadyProcessed {
l.Info("Pod already was processes by this inject-configuration => skipping...",
l.Info("Pod was already processed by inject-configuration with the same fingerprint => skipping...",
zap.String("fingerprint", fingerprint),
zap.String("namespace", pod.Namespace),
zap.String("pod", pod.Name),
Expand Down

0 comments on commit 6c2c909

Please sign in to comment.