diff options
| author | Dustin Lactin <dustin.lactin@gmail.com> | 2024-06-21 11:50:36 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-21 13:50:36 -0400 |
| commit | 177c50d18a3716c4f7b9627be9f8a04de96e8ba2 (patch) | |
| tree | 3571f4b976665f23db6ea7d8df6876eef6465605 /manifests/install.yaml | |
| parent | f75d7dd93a1f8beac59270dfeae0502437b7ff25 (diff) | |
fix: fixed path for ssh signing key, error mounting in another volume (#753)
Signed-off-by: Dustin Lactin <dustin.lactin@gmail.com>
Diffstat (limited to 'manifests/install.yaml')
| -rw-r--r-- | manifests/install.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/install.yaml b/manifests/install.yaml index 3c410e6..39282cb 100644 --- a/manifests/install.yaml +++ b/manifests/install.yaml @@ -217,7 +217,7 @@ spec: name: ssh-config - mountPath: /tmp name: tmp - - mountPath: /app/.ssh/id_rsa + - mountPath: /app/ssh-keys/id_rsa name: ssh-signing-key readOnly: true subPath: sshPrivateKey |
