From 713ed247a1d1f0e921970d03d620a0bb6f700f65 Mon Sep 17 00:00:00 2001 From: Bart Biskupek Date: Mon, 11 Dec 2023 19:47:11 +0000 Subject: [PATCH] linseed cluster id is no longer required. (#3055) --- pkg/render/intrusion_detection.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkg/render/intrusion_detection.go b/pkg/render/intrusion_detection.go index fff4e09f4b..57ccdb23a3 100644 --- a/pkg/render/intrusion_detection.go +++ b/pkg/render/intrusion_detection.go @@ -788,10 +788,6 @@ func (c *intrusionDetectionComponent) webhooksControllerContainer() corev1.Conta Name: "LINSEED_TOKEN", Value: GetLinseedTokenPath(c.cfg.ManagedCluster), }, - { - Name: "LINSEED_CLUSTER", - Value: c.cfg.ESClusterConfig.ClusterName(), - }, } volumeMounts := c.cfg.TrustedCertBundle.VolumeMounts(c.SupportedOSType())