Set imagePullPolicy to prevent defaulting

Signed-off-by: Monis Khan <mok@vmware.com>
This commit is contained in:
Monis Khan 2020-07-09 00:39:56 -04:00
parent c307a263ec
commit e9145bbe2e
No known key found for this signature in database
GPG Key ID: 52C90ADA01B269B8
1 changed files with 1 additions and 0 deletions

View File

@ -29,3 +29,4 @@ spec:
containers:
- name: placeholder-name
image: #@ data.values.image_repo + "@" + data.values.image_digest
imagePullPolicy: IfNotPresent