From f39df91aafa98846300265530a24c730f7e7a167 Mon Sep 17 00:00:00 2001 From: Story Crater Bot <19826264+Riotpiaole@users.noreply.github.com> Date: Sat, 22 Aug 2026 10:05:55 -0700 Subject: [PATCH] fix(kustomize): remove old worker-deployment from resources Now using TWC (Temporal Worker Controller) WorkerDeployment CR instead of raw Kubernetes Deployment. Keep only orchestrator-job in kustomization. --- k8s/kustomization.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/k8s/kustomization.yaml b/k8s/kustomization.yaml index 45b0283..4f2285d 100644 --- a/k8s/kustomization.yaml +++ b/k8s/kustomization.yaml @@ -4,7 +4,6 @@ kind: Kustomization namespace: poimen resources: - - worker-deployment.yaml - orchestrator-job.yaml commonLabels: