Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.
This repository is currently being migrated. It's locked while the migration is in progress.

Commit

Permalink
Test config change for circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
croomes committed Feb 23, 2021
1 parent 0ebe3e6 commit c9ddd65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: lint
command: |
git remote add storageos https://github.com/storageos/charts
git fetch storageos helm2
git fetch storageos v2.3.3-helm2
ct lint --config test/ct.yaml
deploy:
Expand Down
2 changes: 1 addition & 1 deletion test/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ install_tiller() {
# Install Tiller with RBAC
kubectl -n kube-system create sa tiller
kubectl create clusterrolebinding tiller-cluster-rule --clusterrole=cluster-admin --serviceaccount=kube-system:tiller
docker_exec helm init --service-account tiller --config /workdir/test/ct.yaml
docker_exec helm init --stable-repo-url https://charts.helm.sh/stable --service-account tiller
echo "Wait for Tiller to be up and ready..."
until kubectl -n kube-system get pods 2>&1 | grep -w "tiller-deploy" | grep -w "1/1"; do sleep 1; done
echo
Expand Down

0 comments on commit c9ddd65

Please sign in to comment.