Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 235 Bytes

helm.md

File metadata and controls

6 lines (6 loc) · 235 Bytes

Install helm agent(tiller) into the cluster, adjust RBAC

helm init
kubectl create -f helm-rbac.yaml
kubectl patch deploy --namespace kube-system tiller-deploy -p '{"spec":{"template":{"spec":{"serviceAccount":"tiller"}}}}'