diff --git a/roles/openshift-apps/coreos-cincinnati/templates/egresspolicy.yml b/roles/openshift-apps/coreos-cincinnati/templates/egresspolicy.yml index a8d29e33ac..ae2ce191bf 100644 --- a/roles/openshift-apps/coreos-cincinnati/templates/egresspolicy.yml +++ b/roles/openshift-apps/coreos-cincinnati/templates/egresspolicy.yml @@ -8,6 +8,15 @@ spec: - type: Allow to: dnsName: builds.coreos.fedoraproject.org + - type: Allow + to: + dnsName: github.com + - type: Allow + to: + dnsName: mirrors.fedoraproject.org + - type: Allow + to: + dnsName: dl.fedoraproject.org - type: Deny to: cidrSelector: "0.0.0.0/0"