Set kube-cert-agent imagePullPolicy to IfNotPresent for CI

Maybe this will fix kind integration tests? It is what the main
Pinniped deployment does?

Signed-off-by: Andrew Keesler <akeesler@vmware.com>
This commit is contained in:
Andrew Keesler 2020-09-23 14:15:59 -04:00
parent 0f8437bc3a
commit 906a88f2d3
No known key found for this signature in database
GPG Key ID: 27CE0444346F9413

View File

@ -241,6 +241,7 @@ func createKubeCertAgentTemplate(cfg *configapi.KubeCertAgentSpec, serverInstall
{
Name: "sleeper",
Image: *cfg.Image,
ImagePullPolicy: corev1.PullIfNotPresent,
Command: []string{"/bin/sleep", "infinity"},
Resources: corev1.ResourceRequirements{
Limits: corev1.ResourceList{