Horje
helm cheat sheet Code Example
helm cheat sheet
helm repo add bitnami https://charts.bitnami.com/bitnami # Adding Repo
helm repo update	# Update Repo
helm repo list 		# List Repo

helm search hub <charts-name> 	# Search in hub
helm search repo <charts-name> # Search local repo

helm install myredis bitnami/redis  # Install Release
helm install -f myvalues.yaml myredis bitnami/redis # Install Using Value yaml
helm install <release-name> <charts-name> -n <namespace> # Install in Particular namespace
helm list -n <namespace-name> # List of release in Particular namespace
helm list -A 

helm uninstall <release-name>				 # Uninstall Release
helm uninstall <release-name> -n <namespace> # Uninstall Release in Particular namespace

helm version # Check Version




Shell

Related
osx find locked files Code Example osx find locked files Code Example
codeception environnement variable not found Code Example codeception environnement variable not found Code Example
how to uninstall kite Code Example how to uninstall kite Code Example
how to uninstall networkx in windows 10 Code Example how to uninstall networkx in windows 10 Code Example
linux disk usage in human readable format Code Example linux disk usage in human readable format Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8