Skip to content

Commit

Permalink
We run with stdin from a pipe
Browse files Browse the repository at this point in the history
This means prompts need to go directly to /dev/tty.
  • Loading branch information
amrc-benmorrow committed Oct 8, 2024
1 parent 72dfecc commit 98421d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion acs-service-setup/dumps/clusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,8 @@ configs:
fi
echo "Deploying to edge cluster:"
kubectl get nodes
read -p "Press Return to continue or Ctrl-C to abort:" tmp
read -p "Press Return to continue or Ctrl-C to abort:" \
tmp </dev/tty
want_flux=YES
if kexist flux-system deploy/helm-controller
Expand Down

0 comments on commit 98421d1

Please sign in to comment.