ci / test (push) Failing after 5s
Implements real activity-calling logic in OrchestratorWorkflow and TaskUnitWorkflow (previously stubs), adds GitDiffActivity, and expands PlanningActivity's I/O to carry repo path and prior task results. Adds k8s/ deployment manifests (worker Deployment, orchestrator Job, Kustomize base) for the poimen-workflows Temporal worker, using a dedicated Kubernetes namespace `poimen` and Temporal namespace `poimen-harness` rather than sharing the Temporal server's own `temporal`/`production` namespaces.
13 lines
307 B
YAML
13 lines
307 B
YAML
# NOTE: This file is for reference only.
|
|
# Kustomize will auto-generate secrets from secrets.env
|
|
# See kustomization.yaml for details
|
|
|
|
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: poimen-secrets
|
|
namespace: poimen
|
|
type: Opaque
|
|
stringData:
|
|
ANTHROPIC_API_KEY: "" # Generated from secrets.env by Kustomize
|