fix(chart): keda-add-ons-http operator.imagePullSecrets for mirrored sidecar

This commit is contained in:
OdooSky v3
2026-05-09 22:30:09 +02:00
parent 4afa61dd54
commit de725ab0d8

View File

@@ -387,6 +387,13 @@ keda-add-ons-http:
kubeRbacProxy:
name: registry.odoosky.cloud/odoosky/docker-mirror/kube-rbac-proxy
tag: v0.18.0
# imagePullSecrets — required so the kube-rbac-proxy sidecar
# (mirrored at registry.odoosky.cloud) can pull. The operator
# container itself pulls from ghcr.io which needs no auth, but
# k8s applies imagePullSecrets per-pod (covers all containers).
operator:
imagePullSecrets:
- name: docker-mirror-pull
interceptor:
replicas:
# Scale the interceptor itself with HPA on its own metrics —