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:
@@ -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 ==="
|
||||
|
||||
Reference in New Issue
Block a user