Skip to content

Commit

Permalink
Fix shell command in README
Browse files Browse the repository at this point in the history
If applied, this commit will correct the yq command to extract the public key from the secret.

Signed-off-by: il_kimo <[email protected]>
  • Loading branch information
ilkimo committed Jan 14, 2025
1 parent f1c3f8c commit 2dc341a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ flux -n apps create secret git dev-team-auth \
Print the SSH public key and add it as a read-only deploy key to the dev-team repository:

```sh
yq eval 'data."identity.pub"' git-auth.yaml | base64 --decode
yq eval '.stringData."identity.pub"' ./tenants/base/dev-team/auth.yaml
```

### Git over HTTP/S
Expand Down

0 comments on commit 2dc341a

Please sign in to comment.