Skip to content

Commit

Permalink
linseed cluster id is no longer required. (#3055)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartolini authored Dec 11, 2023
1 parent 2558525 commit 713ed24
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/render/intrusion_detection.go
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit 713ed24

Please sign in to comment.