Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Commit

Permalink
Updated jumpbox image to correct repository and removed deprecated ar…
Browse files Browse the repository at this point in the history
…guement
  • Loading branch information
TBunkley committed Nov 9, 2023
1 parent bdbc328 commit dcd4851
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jumpbox :
# start a jumpbox pod
@-kubectl delete pod jumpbox --ignore-not-found=true

@kubectl run jumpbox --image=ghcr.io/retaildevcrews/alpine --restart=Always -- /bin/sh -c "trap : TERM INT; sleep 9999999999d & wait"
@kubectl run jumpbox --image=ghcr.io/cse-labs/jumpbox --restart=Always -- /bin/sh -c "trap : TERM INT; sleep 9999999999d & wait"
@kubectl wait pod jumpbox --for condition=ready --timeout=30s

###### If you get an error after this ####
Expand Down
1 change: 0 additions & 1 deletion deploy/webv/webv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ spec:
args:
- --sleep
- "1000"
- --prometheus
- --run-loop
- --verbose
- --log-format
Expand Down

0 comments on commit dcd4851

Please sign in to comment.