You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although, the loglevel is set to info, we still see Debug logs: {"level":"debug","timestamp":"2023-10-16T08:40:00.680558Z","logger":"controller-runtime.webhook.webhooks","caller":"/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/webhook/admission/http.go:96$admission.(*Webhook).ServeHTTP","message":"received request","webhook":"/mutate-v1-pod","UID":"f63f69d4-ccb6-4a33-9268-8d86e506494c","kind":"/v1, Kind=Pod","resource":{"group":"","version":"v1","resource":"pods"}} {"level":"debug","timestamp":"2023-10-16T08:40:00.684229Z","logger":"controller-runtime.webhook.webhooks","caller":"/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/webhook/admission/http.go:143$admission.(*Webhook).writeAdmissionResponse","message":"wrote response","webhook":"/mutate-v1-pod","code":200,"reason":"","UID":"f63f69d4-ccb6-4a33-9268-8d86e506494c","allowed":true}
Removing the arg - --log-level={{ .Values.logLevel }} seems to work.
The text was updated successfully, but these errors were encountered:
azure-workload-identity/charts/workload-identity-webhook/values.yaml
Line 29 in ffb15ec
Although, the loglevel is set to info, we still see Debug logs:
{"level":"debug","timestamp":"2023-10-16T08:40:00.680558Z","logger":"controller-runtime.webhook.webhooks","caller":"/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/webhook/admission/http.go:96$admission.(*Webhook).ServeHTTP","message":"received request","webhook":"/mutate-v1-pod","UID":"f63f69d4-ccb6-4a33-9268-8d86e506494c","kind":"/v1, Kind=Pod","resource":{"group":"","version":"v1","resource":"pods"}} {"level":"debug","timestamp":"2023-10-16T08:40:00.684229Z","logger":"controller-runtime.webhook.webhooks","caller":"/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/webhook/admission/http.go:143$admission.(*Webhook).writeAdmissionResponse","message":"wrote response","webhook":"/mutate-v1-pod","code":200,"reason":"","UID":"f63f69d4-ccb6-4a33-9268-8d86e506494c","allowed":true}
Removing the arg
- --log-level={{ .Values.logLevel }}
seems to work.The text was updated successfully, but these errors were encountered: