diff --git a/infra/k8s/argo/ci-pipeline-template.yaml b/infra/k8s/argo/ci-pipeline-template.yaml index 98efcfe36..fb45778b5 100644 --- a/infra/k8s/argo/ci-pipeline-template.yaml +++ b/infra/k8s/argo/ci-pipeline-template.yaml @@ -641,7 +641,8 @@ spec: fi done - # Apply RBAC + # Apply RBAC and NetworkPolicies kubectl -n foxhunt apply -f infra/k8s/argo/ci-deploy-rbac.yaml + kubectl -n foxhunt apply -f infra/k8s/argo/argo-workflow-netpol.yaml echo "=== Argo templates applied ==="