Skip to content

Commit 54429cb

Browse files
authored
Merge pull request #50079 from ccardenosa/missing-oc-command
Missing oc command in the sample code
2 parents 860e641 + db2790b commit 54429cb

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-
$ 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)