devtron
devtron copied to clipboard
feat: Container name fix
Description
Fixes #
Checklist:
- [ ] The title of the PR states what changed and the related issues number (used for the release note).
- [ ] Does this PR requires documentation updates?
- [ ] I've updated documentation as required by this PR.
- [ ] I have performed a self-review of my own code.
- [ ] I have commented my code, particularly in hard-to-understand areas.
- [ ] I have tested it for all user roles.
- [ ] I have added all the required unit/api test cases.
Does this PR introduce a user-facing change?
Summary by Bito
- This pull request introduces improvements to the container naming conventions in the Helm chart templates.
- The changes ensure that container names are generated using a template function, enhancing consistency across the deployment and HPA configurations.
- This update does not introduce any new features or bug fixes but improves the maintainability of the code.
- Overall, the changes focus on container naming conventions in the Helm chart templates, enhancing consistency without introducing new risks.