Boot Ellis once homestead-depl is ready
[functest-kubernetes.git] / functest_kubernetes / ims / homer-depl.yaml
index 6f0434d..d4c90c9 100644 (file)
@@ -13,9 +13,9 @@ spec:
         service: homer
     spec:
       initContainers:
-        - name: wait-on-sprout
+        - name: wait-on-cassandra
           image: busybox:1.28
-          command: ['sh', '-c', 'until nslookup sprout; do echo waiting for sprout 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-homer:latest"
         imagePullPolicy: Always