Created
August 4, 2019 13:23
-
-
Save Nurlan199206/af89d4281fb8858968d6ff0a28094165 to your computer and use it in GitHub Desktop.
helm basic commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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