Skip to content

Commit

Permalink
fix: make GPG key setup work with Argo CD v1.7.0 and higher
Browse files Browse the repository at this point in the history
  • Loading branch information
yann-soubeyrand committed Feb 24, 2021
1 parent 9e70e06 commit bbb7a63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ repoServer:
defaultMode: 0600
volumeMounts:
- name: "gpg-private-key"
mountPath: "/app/config/gpg"
mountPath: "/app/config/gpg/privkey.asc"
subPath: "privkey.asc"
```
and add the following lines to an encrypted value file (the GPG private key can be exported by running `gpg --export-secret-keys --armor <key ID>`:
Expand Down

0 comments on commit bbb7a63

Please sign in to comment.