Skip to content

Commit 7a63707

Browse files
committed
change to pull vault-creds sidecar IfNotPresent
1 parent 2e65a8a commit 7a63707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vault.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func addVault(pod *corev1.Pod, namespace string, databases []database) (patch []
5555

5656
vaultContainer := corev1.Container{
5757
Image: sidecarImage,
58-
ImagePullPolicy: "Always",
58+
ImagePullPolicy: "IfNotPresent",
5959
Resources: corev1.ResourceRequirements{
6060
Requests: requests,
6161
Limits: limits,

0 commit comments

Comments
 (0)