Skip to content

Commit

Permalink
pull yurt-tunnel-server image when IfNotPresent
Browse files Browse the repository at this point in the history
  • Loading branch information
Congrool committed Sep 30, 2021
1 parent aae1d9d commit bf7dbb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/yurtctl/constants/yurt-tunnel-server-tmpl.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ spec:
containers:
- name: yurt-tunnel-server
image: {{.image}}
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
command:
- yurt-tunnel-server
args:
Expand Down

0 comments on commit bf7dbb2

Please sign in to comment.