feat(k8s): update valkey-cluster references and add SSA annotations for secrets

这个提交包含在:
2026-04-20 17:57:32 +08:00 未验证
父节点 8759c299b4
当前提交 b51a3d3580
修改 6 个文件,包含 26 行新增9 行删除
@@ -1,7 +1,7 @@
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: valkey-cluster-sh
name: valkey-cluster
namespace: infra-data
spec:
interval: 30m
@@ -2,7 +2,7 @@
# 通过SSA force合并注解到已有secrets 使其自动复制到消费方命名空间
#
# cnpg17-cluster-app → apps (halo), infra-net (crowdsec), infra-gitops (gitea), infra-monitor (grafana)
# valkey-cluster-sh → infra-gitops (gitea)
# valkey-cluster → infra-gitops (gitea)
apiVersion: v1
kind: Secret
metadata:
@@ -10,6 +10,7 @@ metadata:
namespace: infra-data
annotations:
kustomize.toolkit.fluxcd.io/prune: disabled
kustomize.toolkit.fluxcd.io/ssa: Merge
reflector.v1.k8s.emberstack.com/reflection-allowed: "true"
reflector.v1.k8s.emberstack.com/reflection-allowed-namespaces: "apps,infra-net,infra-gitops,infra-monitor"
reflector.v1.k8s.emberstack.com/reflection-auto-enabled: "true"
@@ -18,10 +19,11 @@ metadata:
apiVersion: v1
kind: Secret
metadata:
name: valkey-cluster-sh
name: valkey-cluster
namespace: infra-data
annotations:
kustomize.toolkit.fluxcd.io/prune: disabled
kustomize.toolkit.fluxcd.io/ssa: Merge
reflector.v1.k8s.emberstack.com/reflection-allowed: "true"
reflector.v1.k8s.emberstack.com/reflection-allowed-namespaces: "infra-gitops"
reflector.v1.k8s.emberstack.com/reflection-auto-enabled: "true"