Skip to content

Commit 03f8599

Browse files
committed
Fix linter
1 parent 3b599b8 commit 03f8599

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

content/kubevirt/networking/index.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,6 @@ network 4.18.17 True True False 3d17h DaemonSet "/ope
378378

379379
### Let's apply some MultiNetworkPolicy
380380

381-
382381
=== "deny-by-default"
383382

384383
```yaml
@@ -412,7 +411,7 @@ network 4.18.17 True True False 3d17h DaemonSet "/ope
412411
podSelector: {}
413412
policyTypes:
414413
- Egress
415-
egress:
414+
egress:
416415
- to:
417416
- ipBlock:
418417
cidr: 10.32.96.1/32
@@ -436,7 +435,7 @@ network 4.18.17 True True False 3d17h DaemonSet "/ope
436435
podSelector: {}
437436
policyTypes:
438437
- Ingress
439-
ingress:
438+
ingress:
440439
- from:
441440
- ipBlock:
442441
cidr: 0.0.0.0/0
@@ -456,7 +455,7 @@ network 4.18.17 True True False 3d17h DaemonSet "/ope
456455
podSelector: {}
457456
policyTypes:
458457
- Egress
459-
egress:
458+
egress:
460459
- to:
461460
- ipBlock:
462461
cidr: 0.0.0.0/0

0 commit comments

Comments
 (0)