Skip to content

Instantly share code, notes, and snippets.

@Nurlan199206
Created August 4, 2019 13:23
Show Gist options
  • Save Nurlan199206/af89d4281fb8858968d6ff0a28094165 to your computer and use it in GitHub Desktop.
Save Nurlan199206/af89d4281fb8858968d6ff0a28094165 to your computer and use it in GitHub Desktop.
helm basic commands
helm create mychart - создание шаблона mychart
helm del --purge mychart - удаление чарта
helm install --name grafana-chart /home/ubuntu/grafana-chart/ - установка чарта из диска
helm lint /home/ubuntu/mychart - проверка чарта на ошибки
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment