mirror of
https://github.com/dredx/prole.git
synced 2026-09-24 15:44:33 +00:00
services.py run_init_scripts() called init_kong.sh with -n env[NAMESPACE] where NAMESPACE is the database namespace (e.g. knoe-db). The -n flag sets COMMON_CORE_NAMESPACE which wins over SERVICE_NAMESPACE in common_core_resolve_namespace, so Kong deployed into knoe-db. Fix: resolve kong_ns from SERVICE_NAMESPACE, falling back to _get_service_namespace() and finally knoe-system. Exclude default as it is the Tk StringVar initial value, not a real service namespace. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| core | ||
| ops | ||
| scripts | ||
| tools | ||
| ui | ||
| __init__.py | ||
| build.py | ||
| config.py | ||
| core.py | ||
| deploy.py | ||
| deployment.py | ||
| knoe_conf.py | ||
| main.py | ||
| milestone.py | ||
| ncurses_installer.py | ||
| ncurses_ui.py | ||
| README.md | ||
| runner.py | ||
| screen.py | ||
| state.py | ||
| welcome.txt | ||
Moved
This document has moved. Please see the up-to-date installer guide at:
installer/README.md
The root-level file is kept only as a pointer to avoid breaking links during the refactor.