Skip to content

Commit

Permalink
install tiller
Browse files Browse the repository at this point in the history
  • Loading branch information
rimusz committed Nov 23, 2018
1 parent c2c4288 commit 31d0290
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .test/e2e-kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,12 @@ main() {
git fetch k8s master
echo

# shellcheck disable=SC2086
# Install Tiller with RABC
kubectl -n kube-system create sa tiller
kubectl create clusterrolebinding tiller-cluster-rule --clusterrole=cluster-admin --serviceaccount=kube-system:tiller
docker exec "$config_container_id" helm init --service-account tiller

# Run install test
docker exec "$config_container_id" ct install --config /workdir/.test/ct.yaml

echo "Done Testing!"
Expand Down

0 comments on commit 31d0290

Please sign in to comment.