|
Some checks failed
Lint Checks / Run linter (pull_request) Failing after 2m2s
Deploy Test / Run deploy test suite (pull_request) Successful in 4m55s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Failing after 5m47s
K8s Deployment Control Test / Run deployment control suite on kind/k8s (pull_request) Failing after 6m38s
Webapp Test / Run webapp test suite (pull_request) Failing after 7m34s
Smoke Test / Run basic test suite (pull_request) Successful in 5m58s
The k8s configmap directory copying was inside the `for pod in pods:` loop. For jobs-only stacks (no pods), the loop never executes, so configmap files were never copied into the deployment directory. The ConfigMaps were created as empty objects, leaving volume mounts with no files. Move the k8s configmap copying outside the pod loop so it runs regardless of whether the stack has pods. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| build | ||
| data | ||
| deploy | ||
| repos | ||
| __init__.py | ||
| __main__.py | ||
| base.py | ||
| command_types.py | ||
| constants.py | ||
| main.py | ||
| opts.py | ||
| update.py | ||
| util.py | ||
| version.py | ||