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