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

fix(cert-manager): Fix shared network-policy names

parent e3630542
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: allow-from-ingress
name: allow-from-ingress-http-challenge
spec:
ingress:
- from:
......
......@@ -2,7 +2,7 @@
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: allow-to-public-web
name: allow-to-public-web-http-challenge
spec:
egress:
- to:
......
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