mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
fix null issue (#1665)
Signed-off-by: vyankatesh <vyankatesh@neualto.com> Co-authored-by: vyankatesh <vyankatesh@neualto.com>
This commit is contained in:
parent
ccfe8c443c
commit
4a8c52c5f1
2 changed files with 2 additions and 2 deletions
|
@ -37,5 +37,5 @@ spec:
|
|||
containers:
|
||||
- name: "*"
|
||||
=(ports):
|
||||
- X(hostPort): null
|
||||
- X(hostPort): "null"
|
||||
````
|
||||
|
|
|
@ -31,4 +31,4 @@ spec:
|
|||
containers:
|
||||
- name: "*"
|
||||
=(ports):
|
||||
- X(hostPort): null
|
||||
- X(hostPort): "null"
|
||||
|
|
Loading…
Reference in a new issue