fix(chart): keda-add-ons-http operator.imagePullSecrets for mirrored sidecar
This commit is contained in:
@@ -387,6 +387,13 @@ keda-add-ons-http:
|
|||||||
kubeRbacProxy:
|
kubeRbacProxy:
|
||||||
name: registry.odoosky.cloud/odoosky/docker-mirror/kube-rbac-proxy
|
name: registry.odoosky.cloud/odoosky/docker-mirror/kube-rbac-proxy
|
||||||
tag: v0.18.0
|
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:
|
interceptor:
|
||||||
replicas:
|
replicas:
|
||||||
# Scale the interceptor itself with HPA on its own metrics —
|
# Scale the interceptor itself with HPA on its own metrics —
|
||||||
|
|||||||
Reference in New Issue
Block a user