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

Commit

Permalink
Merge pull request #3311 from kingdonb/patch-1
Browse files Browse the repository at this point in the history
Fixup configmap in Git GPG documentation
  • Loading branch information
hiddeco authored Oct 7, 2020
2 parents 455ab64 + 25b0e8c commit ff672e6
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 @@ -187,7 +187,7 @@ made, and lock on this revision.
2. Create a `ConfigMap` with all trusted public keys:
```sh
$ kubectl create configmap generic flux-gpg-public-keys \
$ kubectl create configmap flux-gpg-public-keys \
--from-file=author.asc --from-file=author2.asc --dry-run -o yaml
apiVersion: v1
data:
Expand Down

0 comments on commit ff672e6

Please sign in to comment.