From 4e4d26b7f856747ffcb36ccd5bf90249d2c31815 Mon Sep 17 00:00:00 2001 From: jgrusewski Date: Thu, 12 Mar 2026 08:47:28 +0100 Subject: [PATCH] fix(argo): self-apply NetworkPolicy, delete stale compile-training template - apply-argo-templates step now also applies argo-workflow-netpol.yaml so NetworkPolicy changes auto-deploy on push - Deleted stale compile-training WorkflowTemplate from cluster (superseded by compile-and-train) Co-Authored-By: Claude Opus 4.6 --- infra/k8s/argo/ci-pipeline-template.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ==="