From a8502f784bf4739568ab918bb3b96fb0fddcb2ea Mon Sep 17 00:00:00 2001 From: Christian Weichel Date: Mon, 26 Jul 2021 14:32:11 +0000 Subject: [PATCH] [agent-smith] Disable by default --- chart/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/values.yaml b/chart/values.yaml index 780cd4ecc641d3..9b24a5232f701d 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -138,7 +138,7 @@ components: agentSmith: name: "agent-smith" - disabled: false + disabled: true resources: cpu: 100m memory: 32Mi