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

这个提交包含在:
2026-04-20 18:27:16 +08:00 未验证
父节点 b51a3d3580
当前提交 426a05ecf4
修改 13 个文件,包含 42 行新增37 行删除
@@ -5,4 +5,3 @@ resources:
- cnpg17-cluster.yaml
- databases.yaml
- loadbalancer.yaml
- reflector-secret-annotations.yaml
@@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- reflector-secret-annotations.yaml
@@ -1,8 +1,3 @@
# 给CNPG和Valkey自动生成的secrets添加Reflector注解
# 通过SSA force合并注解到已有secrets 使其自动复制到消费方命名空间
#
# cnpg17-cluster-app → apps (halo), infra-net (crowdsec), infra-gitops (gitea), infra-monitor (grafana)
# valkey-cluster → infra-gitops (gitea)
apiVersion: v1
kind: Secret
metadata: