1
0
Fork 0
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:
Vyankatesh Kudtarkar 2021-03-04 00:57:58 +05:30 committed by GitHub
parent ccfe8c443c
commit 4a8c52c5f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -37,5 +37,5 @@ spec:
containers:
- name: "*"
=(ports):
- X(hostPort): null
- X(hostPort): "null"
````

View file

@ -31,4 +31,4 @@ spec:
containers:
- name: "*"
=(ports):
- X(hostPort): null
- X(hostPort): "null"