fix(k8s): Use cannaiq-config ConfigMap for workers
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
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:
@@ -33,7 +33,7 @@ spec:
|
||||
args: ["dist/tasks/task-worker.js"]
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: scraper-config
|
||||
name: cannaiq-config
|
||||
- secretRef:
|
||||
name: scraper-secrets
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user