Skip to content
Snippets Groups Projects
Verified Commit 5d508003 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(cert-manager): Fix default deny policy

Since it's the only egress policy in the namespace, it breaks
cert-manager in general. This patch removes the egress coverage of the
policy and by that unblocks the namespace.
parent d2003e4a
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,6 @@ metadata:
spec:
podSelector: {}
policyTypes:
- Egress
- Ingress
---
apiVersion: networking.k8s.io/v1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment