feat: 添加基础设施恢复的 Kustomization 配置文件

这个提交包含在:
devcm
2026-04-18 13:13:23 +00:00
未验证
父节点 f8e930290f
当前提交 f4a771fc93
修改 3 个文件,包含 53 行新增0 行删除
+17
查看文件
@@ -0,0 +1,17 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: infra-devops
namespace: infra-gitops
spec:
interval: 30m
retryInterval: 1m
sourceRef:
kind: GitRepository
name: flux
path: ./flux/infrastructure/infra-devops
prune: true
wait: true
dependsOn:
- name: sources
- name: secrets