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

Commit

Permalink
Update git-gpg.md
Browse files Browse the repository at this point in the history
When I tried `kubectl create configmap generic [...]` I got an error. I believe the "generic" template is for secrets, not configmaps.
  • Loading branch information
Kingdon Barrett authored Sep 29, 2020
1 parent 5e19d71 commit f70d7b8
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 f70d7b8

Please sign in to comment.