Skip to content

Commit

Permalink
fix ssh volume bug (labring#5039)
Browse files Browse the repository at this point in the history
  • Loading branch information
bearslyricattack committed Sep 5, 2024
1 parent a7a7cac commit 95ce6b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions controllers/devbox/internal/controller/helper/devbox.go
Original file line number Diff line number Diff line change
Expand Up @@ -236,11 +236,11 @@ func GenerateSSHVolume(devbox *devboxv1alpha1.Devbox) corev1.Volume {
Items: []corev1.KeyToPath{
{
Key: "SEALOS_DEVBOX_PRIVATE_KEY",
Path: "id_rsa",
Path: "id",
},
{
Key: "SEALOS_DEVBOX_PUBLIC_KEY",
Path: "id_rsa.pub",
Path: "id.pub",
},
},
},
Expand Down

0 comments on commit 95ce6b8

Please sign in to comment.