Skip to content

Commit

Permalink
nodeSelector-api-fix: updates apiVersion for nodeSelector
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeAldinger committed Jul 17, 2023
1 parent 3e3ebec commit 2cf0ec6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/nw-egressnetworkpolicy-object.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@ spec:

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:

[source,yaml]
[source,yaml,subs="attributes+"]
----
apiVersion: v1
apiVersion: {api}
kind: EgressFirewall
metadata:
name: default
Expand Down

0 comments on commit 2cf0ec6

Please sign in to comment.