Skip to content

Commit

Permalink
Update imagePullPolicy
Browse files Browse the repository at this point in the history
Signed-off-by: pixiake <[email protected]>
  • Loading branch information
pixiake authored and hlwanghl committed Sep 15, 2020
1 parent 56cdd99 commit 88255dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/ks-migration/templates/ks-devops-migration.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
- command:
- ks-upgrade
image: {{ ks_devops_migration_repo }}:{{ ks_devops_migration_tag }}
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
name: ks-devops-upgrade
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
Expand Down

0 comments on commit 88255dd

Please sign in to comment.