diff options
Diffstat (limited to 'functest_kubernetes/ims/homestead-prov-depl.yaml')
-rw-r--r-- | functest_kubernetes/ims/homestead-prov-depl.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/functest_kubernetes/ims/homestead-prov-depl.yaml b/functest_kubernetes/ims/homestead-prov-depl.yaml index 389fe5c5..fc2cd565 100644 --- a/functest_kubernetes/ims/homestead-prov-depl.yaml +++ b/functest_kubernetes/ims/homestead-prov-depl.yaml @@ -19,7 +19,6 @@ spec: command: ['sh', '-c', 'until nslookup homestead; do echo waiting for homestead to start ...; sleep 2; done'] containers: - image: "ollivier/clearwater-homestead-prov:latest" - imagePullPolicy: Always name: homestead-prov ports: - containerPort: 22 |