Skip to content

Commit

Permalink
Removes the waf-log-file param that is being deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
radixo committed Dec 19, 2024
1 parent e768b15 commit 1b1baa1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/render/applicationlayer/applicationlayer.go
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,6 @@ func (c *component) containers() []corev1.Container {
if c.config.PerHostWAFEnabled || c.config.SidecarInjectionEnabled {
commandArgs = append(
commandArgs,
"--waf-log-file", filepath.Join(CalicologsVolumePath, "waf", "waf.log"),
"--waf-ruleset-file", filepath.Join(ModSecurityRulesetVolumePath, "tigera.conf"),
)
if c.config.PerHostWAFEnabled {
Expand Down

0 comments on commit 1b1baa1

Please sign in to comment.