From 9b1e6cfff78529e87a99698ae7399a945136fdda Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 8 Sep 2020 11:11:44 +0200 Subject: Remove all imagePullPolicy: Always in ims depl yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It forbids offline testing. Change-Id: I6790f64fd1382671300374b339ae038ef015cfab Signed-off-by: Cédric Ollivier (cherry picked from commit 6371491ee2bc134c60abaa6a1deec18b9ffe22e2) --- functest_kubernetes/ims/homer-depl.yaml | 1 - 1 file changed, 1 deletion(-) (limited to 'functest_kubernetes/ims/homer-depl.yaml') diff --git a/functest_kubernetes/ims/homer-depl.yaml b/functest_kubernetes/ims/homer-depl.yaml index d4c90c94..2cdb5929 100644 --- a/functest_kubernetes/ims/homer-depl.yaml +++ b/functest_kubernetes/ims/homer-depl.yaml @@ -18,7 +18,6 @@ spec: command: ['sh', '-c', 'until nslookup cassandra; do echo waiting for cassandra to start ...; sleep 2; done'] containers: - image: "ollivier/clearwater-homer:latest" - imagePullPolicy: Always name: homer ports: - containerPort: 22 -- cgit 1.2.3-korg