feat(kustomization): add recovery configuration and namespace for GitOps

这个提交包含在:
rohow
2026-04-20 14:41:19 +08:00
未验证
父节点 9c9d70b962
当前提交 6ae1c8cd88
修改 8 个文件,包含 78 行新增1 行删除
+11
查看文件
@@ -7,3 +7,14 @@
#### 应用相关
参见 [flux/README.md](flux/README.md)
`
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
`