Skip to content

Commit

Permalink
deployment troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
v1nsai committed Dec 8, 2024
1 parent e72d2e2 commit 67e93f7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions apps/services/devbox/app/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,19 @@ spec:
bash /postinstall.sh || echo "Install failed: $?"
sleep infinity
volumeMounts:
- mountPath: /home
name: devbox-home
- mountPath: /authorized_keys
name: ssh-pubkey
- mountPath: /
name: home
- mountPath: /
name: authorized_keys
readOnly: true
- mountPath: /postinstall.sh
- mountPath: /
name: postinstall
readOnly: true
volumes:
- name: devbox-home
- name: home
persistentVolumeClaim:
claimName: devbox-home
- name: ssh-pubkey
- name: authorized_keys
secret:
secretName: ssh-pubkey
secretKey: authorized_keys
Expand Down

0 comments on commit 67e93f7

Please sign in to comment.