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.
This commit is contained in:
Story Crater Bot
2026-08-22 10:05:55 -07:00
parent d2345b1eba
commit 54f4cba45f
-1
View File
@@ -4,7 +4,6 @@ kind: Kustomization
namespace: poimen namespace: poimen
resources: resources:
- worker-deployment.yaml
- orchestrator-job.yaml - orchestrator-job.yaml
commonLabels: commonLabels: