SIGN IN SIGN UP

cmd/k8s-operator: set imagePullSecrets on proxy ServiceAccounts

The Helm chart only applied imagePullSecrets to the operator Deployment's
pod spec, so proxy pods (which use a different ServiceAccount) never
received them and could not pull images from private registries.

Apply imagePullSecrets to the operator, proxies, and kube-apiserver-auth-proxy
ServiceAccounts.

Updates #16772

Signed-off-by: chaosinthecrd <tom@tmlabs.co.uk>
C
chaosinthecrd committed
15b03cf5bc30808f1814812fc9bb61df24e888bd
Parent: 0dfe672