commit | e2965c9fa10aa347652af182bd11f0f49101949f | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@opennetworking.org> | Tue May 08 13:22:20 2018 -0700 |
committer | Matteo Scandolo <teo@opennetworking.org> | Mon May 14 10:20:44 2018 -0700 |
tree | e0434c836c3445d36fa5905f0e6ddf877b94948f | |
parent | 92874d3c3206df151f76a8a908012fb26388fe9e [diff] [blame] |
Setting imagePullPolicy to Always Change-Id: Iada3d3656a672154da6641c3ee55b57ec4c28fcb
diff --git a/voltha/templates/60-cluster-ingress-nginx.yaml b/voltha/templates/60-cluster-ingress-nginx.yaml index 5518253..7919eb7 100644 --- a/voltha/templates/60-cluster-ingress-nginx.yaml +++ b/voltha/templates/60-cluster-ingress-nginx.yaml
@@ -37,7 +37,7 @@ - -c - sysctl -w net.core.somaxconn=32768; sysctl -w net.ipv4.ip_local_port_range="1024 65535" image: alpine:3.6 - imagePullPolicy: IfNotPresent + imagePullPolicy: Always name: sysctl securityContext: privileged: true