From 110a85df3f374979c1eca26fcd5a1b4d509ef629 Mon Sep 17 00:00:00 2001 From: EliseCastle23 <109446148+EliseCastle23@users.noreply.github.com> Date: Thu, 11 Apr 2024 14:48:47 -0600 Subject: [PATCH] Update manifest.json to Turn of Networkpolicies - Network policies are newly causing issues with the PFB export job (likely due to the new Calico deployment and how networkpolicies are managed). I am disabling networkpolicies until GPE-1273 is completed. --- staging.gen3.biodatacatalyst.nhlbi.nih.gov/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staging.gen3.biodatacatalyst.nhlbi.nih.gov/manifest.json b/staging.gen3.biodatacatalyst.nhlbi.nih.gov/manifest.json index f4ad980843..c04f0079b0 100644 --- a/staging.gen3.biodatacatalyst.nhlbi.nih.gov/manifest.json +++ b/staging.gen3.biodatacatalyst.nhlbi.nih.gov/manifest.json @@ -300,7 +300,7 @@ "tier_access_level": "regular", "tier_access_limit": 50, "dispatcher_job_num": "10", - "netpolicy": "on", + "netpolicy": "off", "argocd": "true", "waf_enabled": "true", "pdb": "on",