Skip to content

Instantly share code, notes, and snippets.

@ernesen
Created May 12, 2019 21:51
Show Gist options
  • Save ernesen/7779778aa1633e2cb4f6409ebcc07f63 to your computer and use it in GitHub Desktop.
Save ernesen/7779778aa1633e2cb4f6409ebcc07f63 to your computer and use it in GitHub Desktop.
helm init
helm version --tls
cd ~/artefacts/employee/chart/
helm package employee
# helm del --purge employee --tls
helm install --name employee employee-1.0.0.tgz --namespace employee --tls
kubectl get po,svc -n employee
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment