Merge pull request #8 from enj/enj/i/kind_ci_pull

Set imagePullPolicy to prevent defaulting
This commit is contained in:
Mo Khan 2020-07-09 00:40:45 -04:00 committed by GitHub
commit 12255109bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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