Timo Haas

Results 2 issues of Timo Haas

a simple random map generator gets a rms file and tries to make a map which can be loaded within the game. important: if the map is for more than...

nice new thing ☺
python
no recent activity

https://github.com/Azure/azure-workload-identity/blob/ffb15ec83c68d13b5343871f8c404012a45eadc7/charts/workload-identity-webhook/values.yaml#L29 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.