-
Bug
-
Resolution: Done
-
Undefined
-
None
-
None
-
None
-
False
-
-
False
-
-
Description of the problem:
We're maintaining identical deployment scripts and documentation in both ros-ocp-backend and ros-helm-chart repositories. This creates maintenance overhead, version confusion, and documentation drift.
How reproducible:
Always - the duplication exists across both repositories.
Actual results:
- Same scripts maintained in two places
- Documentation gets stale when updated in only one repo
- Users confused about which version to use
- Bug fixes need to be applied twice
Expected results:
- Single source of truth for deployment scripts in ros-helm-chart
- Test scripts remain in ros-ocp-backend (due to internal dependencies)
- Clear documentation pointing to correct locations
- Reduced maintenance burden