Skip to content

Commit

Permalink
Add spinnaker's SA RBAC command
Browse files Browse the repository at this point in the history
  • Loading branch information
Vic Iglesias committed Feb 27, 2018
1 parent 5a861c1 commit 8d4b541
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/scripts/install-spinnaker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ cp linux-amd64/helm .
kubectl create clusterrolebinding user-admin-binding --clusterrole=cluster-admin --user=$(gcloud config get-value account)
kubectl create serviceaccount tiller --namespace kube-system
kubectl create clusterrolebinding tiller-admin-binding --clusterrole=cluster-admin --serviceaccount=kube-system:tiller
kubectl create clusterrolebinding --clusterrole=cluster-admin --serviceaccount=default:default spinnaker-admin

# Initialize Helm
./helm init --service-account tiller
Expand Down

0 comments on commit 8d4b541

Please sign in to comment.