Cria a estrutura inicial de um chart
helm create <CHART NAME>Terminal · Infra
Cria a estrutura inicial de um chart
helm create <CHART NAME>Instala o release, ou atualiza se já existir
helm --kubeconfig .\kubeconfig upgrade --install <RELEASE NAME> chart/
helm --kubeconfig .\kubeconfig install <RELEASE NAME> chart/Autentica no container registry do Azure
helm --kubeconfig .\kubeconfig registry login <REGISTRY HOST>Lista os releases instalados no cluster
helm --kubeconfig .\kubeconfig list