Skip to content

Commit

Permalink
Merge pull request #432 from Longchuanzheng/plugin
Browse files Browse the repository at this point in the history
Remove imagePullPolicy alltogether and use k8s defaults
  • Loading branch information
adrianchiris committed Jul 4, 2023
2 parents 2d37483 + 03a242b commit 085bdfe
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion bindata/manifests/daemon/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ spec:
image: {{.Image}}
command:
- sriov-network-config-daemon
imagePullPolicy: IfNotPresent
securityContext:
privileged: true
args:
Expand Down
1 change: 0 additions & 1 deletion deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ spec:
image: $SRIOV_NETWORK_OPERATOR_IMAGE
command:
- sriov-network-operator
imagePullPolicy: IfNotPresent
resources:
requests:
cpu: 100m
Expand Down
1 change: 0 additions & 1 deletion deployment/sriov-network-operator/templates/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ spec:
image: {{ .Values.images.operator }}
command:
- sriov-network-operator
imagePullPolicy: IfNotPresent
resources:
requests:
cpu: 100m
Expand Down

0 comments on commit 085bdfe

Please sign in to comment.