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 <noreply@anthropic.com>
This commit is contained in:
jgrusewski
2026-03-12 08:47:28 +01:00
parent bf9a739908
commit 4e4d26b7f8

View File

@@ -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 ==="