diff options
Diffstat (limited to 'deploy')
-rw-r--r-- | deploy/ovn4nfv-k8s-plugin.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deploy/ovn4nfv-k8s-plugin.yaml b/deploy/ovn4nfv-k8s-plugin.yaml index 5d5017e..73d3ab3 100644 --- a/deploy/ovn4nfv-k8s-plugin.yaml +++ b/deploy/ovn4nfv-k8s-plugin.yaml @@ -490,6 +490,7 @@ spec: - name: ovn4nfv image: integratedcloudnative/ovn4nfv-k8s-plugin:master command: ["/usr/local/bin/entrypoint", "cni"] + imagePullPolicy: IfNotPresent resources: requests: cpu: "100m" |