For jobs-only stacks, named_volumes_from_pod_files() returned empty because it only scanned parsed_pod_yaml_map. This caused ConfigMaps and PVCs declared in the spec to be silently skipped. - Add _all_named_volumes() helper that scans both pod and job maps - Guard update() against empty parsed_pod_yaml_map (uncaught 404) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| compose | ||
| k8s | ||
| webapp | ||
| __init__.py | ||
| deploy_types.py | ||
| deploy_util.py | ||
| deploy.py | ||
| deployer_factory.py | ||
| deployer.py | ||
| deployment_context.py | ||
| deployment_create.py | ||
| deployment.py | ||
| dns_probe.py | ||
| images.py | ||
| spec.py | ||
| stack_state.py | ||
| stack.py | ||