Skip to content

Commit 44de050

Browse files
authored
Merge pull request #62462 from JoeAldinger/nodeSelector-api-fix
/lgtm, merging
2 parents 05fe98f + 2cf0ec6 commit 44de050

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)