Allow ImagePullPolicy to be set for underlying ES image
nabadger opened this issue · 1 comments
nabadger commented
Looks like this is hard-coded to Always
in pkg/k8sutil/deployments.go
It would be good to add an option to the ElasticsearchCluster spec for each image we pull.
Unless there's a reason not todo this, I can work on a PR for it - note, this is useful for development under minikube where we can use the local image via eval $(minikube docker-env)