Merge "Fix AAF CS startup timeouts"
[oom.git] / kubernetes / aaf / charts / aaf-cs / templates / deployment.yaml
index 4253d2f..893c5ac 100644 (file)
@@ -68,7 +68,7 @@ spec:
               - /bin/sh
               - -c
               - >
-                /bin/sleep 30;
+                /bin/sleep {{ .Values.readiness.initialDelaySeconds }};
                 cd /data/;
                 cqlsh -u root -p root -f keyspace.cql ;
                 cqlsh -u root -p root -f init.cql ;