Consider removing the default super.withImagePullPolicy('IfNotPresent')
for containers
#752
Labels
super.withImagePullPolicy('IfNotPresent')
for containers
#752
Since k8s now sets the imagePullPolicy automatically upon creation, setting it to
IfNotPresent
for the container to be valid is not required anymore.jsonnet-libs/ksonnet-util/grafana.libsonnet
Line 19 in 98c3060
Overriding things like this can be cumbersome with jsonnet so it would be nice to not be forcing this on all containers created using the library. Either removing this default entirely or just making the default pull policy value configurable "globally" would be greatly appreciated.
The text was updated successfully, but these errors were encountered: