openshift: drop egress policy

We had this with SDN networking, but no more with newer networking.
We also don't use it anywhere, it was mostly for when fas2 was running
in openshift to isolate it and it's not there anymore.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2024-05-22 15:30:54 -07:00
parent 480fbe3951
commit 620dbb5753

View file

@ -71,12 +71,3 @@
objectname: prometheusRules.yml
template_fullpath: "{{roles_path}}/openshift/project/templates/prometheusRules.yml"
when: alerting
- name: egresspolicy.yml
include_role:
name: openshift/object
vars:
objectname: egresspolicy.yml
template_fullpath: "{{ egress_policy_template }}"
tags:
- openshift/egressnetworkpolicy