From 0717145870455a34b60be1cb28589bb809e0e70b Mon Sep 17 00:00:00 2001 From: Yash Mehrotra Date: Fri, 17 Nov 2023 10:53:29 +0530 Subject: [PATCH] chore: disable incidents and logs --- chart/values.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/chart/values.yaml b/chart/values.yaml index fb53f62e..2edb70b1 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -11,8 +11,14 @@ missionControl: create: false flanksource-ui: enabled: false + apm-hub: + enabled: false kratos: enabled: false + properties: + incidents.disable: 'true' + logs.disable: 'true' + settings.logging_backends.disable: 'true' # See https://github.com/loft-sh/vcluster/blob/main/charts/k3s/values.yaml vcluster: