From 63b17ee9da165431485dc62a33f4c98ed4798040 Mon Sep 17 00:00:00 2001 From: Jonny Ervine Date: Wed, 24 Jul 2024 22:07:50 +0800 Subject: [PATCH] Enable sidekick webui --- falco/charts/falcosidekick/values.yaml | 2 +- falco/values.home.yaml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/falco/charts/falcosidekick/values.yaml b/falco/charts/falcosidekick/values.yaml index ba52090..aa324b3 100644 --- a/falco/charts/falcosidekick/values.yaml +++ b/falco/charts/falcosidekick/values.yaml @@ -1007,7 +1007,7 @@ testConnection: webui: # -- enable Falcosidekick-UI - enabled: false + enabled: true # -- number of running pods replicaCount: 2 # -- number of old history to retain to allow rollback (If not set, default Kubernetes value is set to 10) diff --git a/falco/values.home.yaml b/falco/values.home.yaml index b21d779..fc5b7dc 100644 --- a/falco/values.home.yaml +++ b/falco/values.home.yaml @@ -359,8 +359,6 @@ falcosidekick: fullfqdn: false # -- Listen port. Default value: 2801 listenPort: "" - webui: - enabled: true #################### # falcoctl config #