fix(k8s): Use cannaiq-config ConfigMap for workers
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

Changed configMapRef from scraper-config to cannaiq-config to match
existing cluster ConfigMap name. This fixes CreateContainerConfigError
on new worker pods.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Kelly
2025-12-17 14:54:40 -07:00
parent 4ab2679d55
commit 15711d21fc

View File

@@ -33,7 +33,7 @@ spec:
args: ["dist/tasks/task-worker.js"]
envFrom:
- configMapRef:
name: scraper-config
name: cannaiq-config
- secretRef:
name: scraper-secrets
env: