Skip to content

Commit

Permalink
update modsec logging test namespace psa label to enforce
Browse files Browse the repository at this point in the history
  • Loading branch information
sj-williams committed Nov 7, 2023
1 parent 1357a52 commit 9f9c0dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/modsec_logging_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ var _ = Describe("logging", Ordered, func() {
nsObject := metav1.ObjectMeta{
Name: namespace,
Labels: map[string]string{
"pod-security.kubernetes.io/audit": "restricted",
"pod-security.kubernetes.io/enforce": "restricted",
},
}

Expand Down

0 comments on commit 9f9c0dc

Please sign in to comment.