The Chart Best Practices Guide
This guide covers the Helm Team's considered best practices for creating charts. It focuses on how charts should be structured.
We focus primarily on best practices for charts that may be publicly deployed. We know that many charts are for internal-use only, and authors of such charts may find that their internal interests override our suggestions here.
📄️ Convenções Gerais
Convenções gerais para charts.
📄️ Values
Foca em como você deve estruturar e usar seus values.
📄️ Templates
Uma visão mais detalhada das boas práticas relacionadas a templates.
📄️ Dependências
Aborda boas práticas para dependências declaradas no Chart.
📄️ Labels e Annotations
Aborda as boas práticas para o uso de labels e annotations no seu chart.
📄️ Pods e PodTemplates
Discute a formatação das seções Pod e PodTemplate nos manifestos de charts.
📄️ Custom Resource Definitions
Como criar e utilizar CRDs.
📄️ Controle de Acesso Baseado em Funções
Discute a criação e formatação de recursos RBAC em manifestos de Chart.