Skip to content

Commit

Permalink
fix null issue (#1665)
Browse files Browse the repository at this point in the history
Signed-off-by: vyankatesh <vyankatesh@neualto.com>

Co-authored-by: vyankatesh <vyankatesh@neualto.com>
  • Loading branch information
vyankyGH and vyankd committed Mar 3, 2021
1 parent ccfe8c4 commit 4a8c52c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/DisallowHostNetworkPort.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ spec:
containers:
- name: "*"
=(ports):
- X(hostPort): null
- X(hostPort): "null"
````
2 changes: 1 addition & 1 deletion samples/best_practices/disallow_host_network_port.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ spec:
containers:
- name: "*"
=(ports):
- X(hostPort): null
- X(hostPort): "null"

0 comments on commit 4a8c52c

Please sign in to comment.