diff --git a/pkg/server/webhook.go b/pkg/server/webhook.go index 77da745..c009abf 100644 --- a/pkg/server/webhook.go +++ b/pkg/server/webhook.go @@ -151,7 +151,7 @@ func (whsvr *WebhookServer) getSidecarConfigurationRequested(ignoredList []strin // determine whether to perform mutation based on annotation for the target resource requestedInjection, ok := annotations[requestAnnotationKey] if !ok { - glog.Infof("Pod %s/%s annotation %s is missing, skipping injection", metadata.Namespace, metadata.Name, statusAnnotationKey) + glog.Infof("Pod %s/%s annotation %s is missing, skipping injection", metadata.Namespace, metadata.Name, requestAnnotationKey) return "", ErrMissingRequestAnnotation } injectionKey := strings.ToLower(requestedInjection)