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

fix(shields): Fix wrong reference of egress NetworkPolicies

parent 944a109a
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,6 @@ namespace: shields ...@@ -4,7 +4,6 @@ namespace: shields
resources: resources:
- ../../base/shields - ../../base/shields
- ../../../shared/resourcequotas/default.yaml - ../../../shared/resourcequotas/default.yaml
- egress-policy.yaml
- certificate.yaml - certificate.yaml
- ingress.yaml - ingress.yaml
- ../../../shared/networkpolicies/deny-by-default-ingress.yaml - ../../../shared/networkpolicies/deny-by-default-ingress.yaml
...@@ -12,4 +11,4 @@ resources: ...@@ -12,4 +11,4 @@ resources:
- ../../../shared/networkpolicies/allow-to-kubedns.yaml - ../../../shared/networkpolicies/allow-to-kubedns.yaml
- ../../../shared/networkpolicies/allow-to-web.yaml - ../../../shared/networkpolicies/allow-to-web.yaml
patchesStrategicMerge: patchesStrategicMerge:
- networkpolicy.yaml - egress-policy.yaml
\ No newline at end of file \ No newline at end of file
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