Skip to content
Snippets Groups Projects
Commit 67412f50 authored by 9devops9's avatar 9devops9 🔥
Browse files

Helm-Commands

parent 54e8b71e
No related branches found
No related tags found
No related merge requests found
......@@ -122,6 +122,7 @@ helm template RELEASE_NAME ./CHART_NAME -f ./FOLDER_NAME/FILE_NAME.yaml > FILE_N
[Uninstall]
helm uninstall RELEASE_NAME
helm uninstall RELEASE_NAME -n NAMESPACE_NAME
[Upgrade]
helm upgrade RELEASE_NAME . # . indicate that inside the particular CHART_NAME directory
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment