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

Fixup configmap in Git GPG documentation #3311

Merged
merged 1 commit into from
Oct 7, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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