Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

Commit c0c8db5

Browse files
Update install.sh
1 parent 2b10506 commit c0c8db5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ sudo mv ./kubectl /usr/local/bin/kubectl
2323
}
2424

2525
function cluster_setup() {
26-
bx cs workers anthony-cluster-travis
27-
$(bx cs cluster-config anthony-cluster-travis | grep export)
26+
bx cs workers $CLUSTER_NAME
27+
$(bx cs cluster-config $CLUSTER_NAME | grep export)
2828
kubectl delete pvc -l app=gameon
2929
kubectl delete --ignore-not-found=true -f core
3030
kubectl delete --ignore-not-found=true -f platform

0 commit comments

Comments
 (0)