feat(reflector): add infra-data-reflector configuration and update dependencies

这个提交包含在:
2026-04-20 18:27:16 +08:00 未验证
父节点 b51a3d3580
当前提交 426a05ecf4
修改 13 个文件,包含 42 行新增37 行删除
+20
查看文件
@@ -36,3 +36,23 @@ spec:
wait: true
dependsOn:
- name: infra-data
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: infra-data-reflector
namespace: infra-gitops
spec:
interval: 30m
timeout: 15m
retryInterval: 1m
sourceRef:
kind: GitRepository
name: flux
path: ./flux/infrastructure/infra-data/reflector
prune: true
force: true
wait: true
dependsOn:
- name: infra-data-post