Skip to content

Commit 2253e83

Browse files
committed
BZ-2111362: Fix audit logging annotation removal
- https://bugzilla.redhat.com/show_bug.cgi?id=2111362
1 parent 44edc5e commit 2253e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/nw-networkpolicy-audit-disable.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ As a cluster administrator, you can disable network policy audit logging for a n
1515
+
1616
[source,terminal]
1717
----
18-
$ oc annotate --overwrite namespace <namespace> k8s.ovn.org/acl-logging={}
18+
$ oc annotate --overwrite namespace <namespace> k8s.ovn.org/acl-logging-
1919
----
2020
+
2121
--

0 commit comments

Comments
 (0)