aboutsummaryrefslogtreecommitdiffstats
path: root/functest_kubernetes/ims/astaire-depl.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'functest_kubernetes/ims/astaire-depl.yaml')
-rw-r--r--functest_kubernetes/ims/astaire-depl.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/functest_kubernetes/ims/astaire-depl.yaml b/functest_kubernetes/ims/astaire-depl.yaml
index 28f70cc5..31a85f22 100644
--- a/functest_kubernetes/ims/astaire-depl.yaml
+++ b/functest_kubernetes/ims/astaire-depl.yaml
@@ -14,9 +14,9 @@ spec:
spec:
terminationGracePeriodSeconds: 120
initContainers:
- - name: wait-on-etcd
+ - name: wait-on-cassandra
image: busybox:1.28
- command: ['sh', '-c', 'until nslookup etcd; do echo waiting for etcd to start ...; sleep 2; done']
+ command: ['sh', '-c', 'until nslookup cassandra; do echo waiting for cassandra to start ...; sleep 2; done']
containers:
- image: "ollivier/clearwater-astaire:latest"
imagePullPolicy: Always