Skip to content

Commit

Permalink
Update destroy-infrastructure.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
niallthomson authored Dec 7, 2023
1 parent cee9a01 commit e9e225b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/destroy-infrastructure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ source $SCRIPT_DIR/lib/common-env.sh

root="$SCRIPT_DIR/.."

cat $root/cluster/eksctl/cluster.yaml | envsubst | eksctl delete cluster --wait --force --disable-nodegroup-eviction -f --timeout 45m -
cat $root/cluster/eksctl/cluster.yaml | envsubst | eksctl delete cluster --wait --force --disable-nodegroup-eviction --timeout 45m -f -

0 comments on commit e9e225b

Please sign in to comment.