Skip to content

Commit

Permalink
use k8s default imagePullPolicy (fixes ovrclk/akash#1354)
Browse files Browse the repository at this point in the history
  • Loading branch information
andy108369 committed Nov 28, 2022
1 parent 95e167a commit ca1b741
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cluster/kube/builder/workload.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ func (b *workload) container() corev1.Container {
Limits: make(corev1.ResourceList),
Requests: make(corev1.ResourceList),
},
ImagePullPolicy: corev1.PullIfNotPresent,
SecurityContext: &corev1.SecurityContext{
RunAsNonRoot: &falseValue,
Privileged: &falseValue,
Expand Down

0 comments on commit ca1b741

Please sign in to comment.