Skip to content

Fix bug where pods would not be labeled if network policies were disa… #15

Fix bug where pods would not be labeled if network policies were disa…

Fix bug where pods would not be labeled if network policies were disa… #15

Workflow file for this run

apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: allow-dns-access
spec:
egress:
- ports:
- port: 53
protocol: UDP
to:
- namespaceSelector:
matchLabels:
kubernetes.io/metadata.name: kube-system
podSelector:
matchLabels:
k8s-app: kube-dns
podSelector:
matchExpressions:
- key: intents.otterize.com/server
operator: Exists
policyTypes:
- Egress