Skip to content

Commit

Permalink
Merge pull request #136 from ilkimo/main
Browse files Browse the repository at this point in the history
Fix shell command in README
  • Loading branch information
stefanprodan authored Jan 15, 2025
2 parents f1c3f8c + 2dc341a commit 094bc45
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 094bc45

Please sign in to comment.