docs(README): format code blocks for SSH key generation instructions

这个提交包含在:
rohow
2026-04-23 16:28:51 +08:00
未验证
父节点 9d081358d0
当前提交 c994697d7a
修改 2 个文件,包含 23 行新增11 行删除
-11
查看文件
@@ -7,14 +7,3 @@
#### 应用相关
参见 [flux/README.md](flux/README.md)
```shell
ssh-keygen -t ed25519 -C "flux" -f ./flux-git-auth -N ""
ssh-keyscan github.com > ./known_hosts
kubectl -n infra-gitops create secret generic flux-git-auth \
--from-file=identity=./flux-git-auth \
--from-file=identity.pub=./flux-git-auth.pub \
--from-file=known_hosts=./known_hosts
```