SysbeeTech / kubedeploy

Kubedeploy
https://kubedeploy.app/
Apache License 2.0
5 stars 2 forks source link

Split helper functions into multiple files #13

Closed btoic closed 10 months ago

btoic commented 11 months ago

Currently all chart helper templates are within single _helper.tpl file. To enhance readability, split them into few smaller files organized by their usage.

In addition, try to split larger templates like specSection into smaller templates to reduce repetitions while defining containers.