Senior
Did you create Helm charts from scratch or use ready-made ones?
sobes.tech AI
Answer from AI
In my practice, I have created Helm charts both from scratch and using ready-made templates. Creating from scratch allows full control over the structure and deployment parameters, which is important for unique applications or specific infrastructure requirements.
However, I often use ready charts from official repositories or communities to speed up the process and avoid errors. In such cases, I adapt them to the project's needs by modifying values.yaml and adding necessary hooks or templates.