feat(k8s): update deployment metadata and adjust GitRepository path in flux-instance.yaml

这个提交包含在:
rohow
2026-04-20 16:41:03 +08:00
未验证
父节点 9ba63c32bb
当前提交 98c994fa0c
修改 4 个文件,包含 5 行新增30 行删除
+1 -3
查看文件
@@ -22,13 +22,11 @@ spec:
storage:
class: "local-path"
size: "10Gi"
# Git 仓库同步配置 - 请将 url 替换为实际的 deploy 仓库地址
# 恢复模式: 先用 restore profile 部署 Velero,恢复 PVC 后切回 dev-cm
sync:
kind: GitRepository
url: ssh://git@github.com/devcm-repo/k3s.git
ref: refs/heads/main
path: flux/clusters/restore
path: flux/clusters/dev-cm
pullSecret: flux-git-auth
name: flux
kustomize: