Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
v1nsai committed Dec 8, 2024
1 parent 471b1fd commit e72d2e2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions apps/services/devbox/app/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ spec:
name: ssh-pubkey
key: username
ports:
- containerPort: 22
command: ["/bin/bash"]
args:
- -c
- |
set -x
bash /postinstall.sh || echo "Install failed: $?"
exec sleep infinity
- containerPort: 22
command: ["/bin/bash"]
args:
- -c
- |
set -x
bash /postinstall.sh || echo "Install failed: $?"
sleep infinity
volumeMounts:
- mountPath: /home
name: devbox-home
Expand Down

0 comments on commit e72d2e2

Please sign in to comment.