Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Docs: include gpg's --armor option on export (#2653)
Browse files Browse the repository at this point in the history
Docs: include gpg's --armor option on export
  • Loading branch information
hiddeco authored Dec 9, 2019
2 parents dc96cf6 + c8e1c47 commit 05cc850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/references/git-gpg.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ directory it will be made available for use by Flux.
to a Kubernetes secret with `--export-secret-keys <key id>`:
```sh
$ gpg --export-secret-keys 700D397C988079BFF0DDAFED6A7436E8790F8689 |
$ gpg --export-secret-keys --armor 700D397C988079BFF0DDAFED6A7436E8790F8689 |
kubectl create secret generic flux-gpg-signing-key --from-file=flux.asc=/dev/stdin --dry-run -o yaml
apiVersion: v1
data:
Expand Down

0 comments on commit 05cc850

Please sign in to comment.