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 /docs | |
| 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 'docs')
| -rw-r--r-- | docs/basics/update-methods.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/basics/update-methods.md b/docs/basics/update-methods.md index 73d82bf..2d0b9ef 100644 --- a/docs/basics/update-methods.md +++ b/docs/basics/update-methods.md @@ -275,7 +275,7 @@ Set `git.commit-signing-key` `argocd-image-updater-config` ConfigMap to the path ```yaml data: git.commit-sign-off: "true" - git.commit-signing-key: /app/.ssh/id_rsa + git.commit-signing-key: /app/ssh-keys/id_rsa git.commit-signing-method: "ssh" ``` |
