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

这个提交包含在:
2026-04-20 14:41:19 +08:00 未验证
父节点 9c9d70b962
当前提交 6ae1c8cd88
修改 8 个文件,包含 78 行新增1 行删除
+2 -1
查看文件
@@ -23,11 +23,12 @@ spec:
class: "local-path"
size: "10Gi"
# Git 仓库同步配置 - 请将 url 替换为实际的 deploy 仓库地址
# 恢复模式: 先用 restore profile 部署 Velero,恢复 PVC 后切回 dev-cm
sync:
kind: GitRepository
url: ssh://[email protected]/devcm-repo/k3s.git
ref: refs/heads/main
path: flux/clusters/dev-cm
path: flux/clusters/restore
pullSecret: flux-git-auth
name: flux
kustomize: