Welcome to my personal collection of Helm charts. These charts have been customized with care for my development and testing purposes.
- Kubernetes 1.x+
- Helm v3.x+
-
Add this repo:
helm repo add khanhph https://raw.githubusercontent.com/khanh-ph/helmcharts/master/
-
Save the values file from the chart:
helm show values khanhph/[CHART_NAME] > myValues.yaml
-
Open the
myValues.yaml
file in your favorite editor and update the variables to reflect your desired values. -
Install the chart with your own values file:
helm install [YOUR_APP_NAME] khanhph/[CHART_NAME] -f myValues.yaml
-
Install Minikube:
brew install minikube --driver=docker
-
Start Minikube:
minikube start
-
Once you're done with the tests, stop Minikube:
minikube stop
If you prefer to do a cleanup, try below steps:
minikube delete sudo rm -rf /usr/local/bin/minikube brew uninstall minikube rm -rf ~/.minikube