From 457b9b3b0eb2ab828f49677ec2d6a995c146423b Mon Sep 17 00:00:00 2001 From: CJ_Clippy Date: Thu, 20 Jun 2024 18:52:12 -0800 Subject: [PATCH] dont send anon usage data --- infrastructure/controllers/ingress-traefik.yaml | 2 ++ 1 file changed, 2 insertions(+) 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