diff --git a/infrastructure/controllers/ingress-traefik.yaml b/infrastructure/controllers/ingress-traefik.yaml index d86ea4e..fb1798a 100644 --- a/infrastructure/controllers/ingress-traefik.yaml +++ b/infrastructure/controllers/ingress-traefik.yaml @@ -30,3 +30,5 @@ spec: type: "LoadBalancer" admissionWebhooks: enabled: false + globalArguments: + - "--global.sendanonymoususage=false" \ No newline at end of file