address review

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2024-07-25 15:27:50 +02:00
parent 8a9c5ae973
commit 533c270d06
2 changed files with 12 additions and 0 deletions

View file

@ -8,7 +8,13 @@ metadata:
spec:
podSelector:
matchLabels:
policyTypes:
- Ingress
- Egress
ingress:
- from:
- podSelector: {}
egress:
- to:
- podSelector: {}
{{- end }}

View file

@ -326,9 +326,15 @@ metadata:
spec:
podSelector:
matchLabels:
policyTypes:
- Ingress
- Egress
ingress:
- from:
- podSelector: {}
egress:
- to:
- podSelector: {}
{{- end }}
EOL