Skip to content

Commit 2cf0ec6

Browse files
author
JoeAldinger
committed
nodeSelector-api-fix: updates apiVersion for nodeSelector
1 parent 3e3ebec commit 2cf0ec6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/nw-egressnetworkpolicy-object.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,9 @@ spec:
151151

152152
As a cluster administrator, you can allow or deny egress traffic to nodes in your cluster by specifying a label using `nodeSelector`. Labels can be applied to one or more nodes. The following is an example with the `region=east` label:
153153

154-
[source,yaml]
154+
[source,yaml,subs="attributes+"]
155155
----
156-
apiVersion: v1
156+
apiVersion: {api}
157157
kind: EgressFirewall
158158
metadata:
159159
name: default

0 commit comments

Comments
 (0)