diff options
author | Mike Elliott <mike.elliott@amdocs.com> | 2018-06-07 13:22:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-06-07 13:22:07 +0000 |
commit | b935e1ae32e188348a66674b73e78955ac5ed709 (patch) | |
tree | f6cb69afbc620a9bf5c6750158581910ab0019b1 /kubernetes/aaf/charts/aaf-cs/templates/deployment.yaml | |
parent | 8afba630eedf061ffed19f7ad07896b509a08af9 (diff) | |
parent | 0b0a3d678e5a5591d1198b82f1f1c6e7f17efb7b (diff) |
Merge "Fix AAF CS startup timeouts"
Diffstat (limited to 'kubernetes/aaf/charts/aaf-cs/templates/deployment.yaml')
-rw-r--r-- | kubernetes/aaf/charts/aaf-cs/templates/deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/aaf/charts/aaf-cs/templates/deployment.yaml b/kubernetes/aaf/charts/aaf-cs/templates/deployment.yaml index 4253d2fb71..893c5acbde 100644 --- a/kubernetes/aaf/charts/aaf-cs/templates/deployment.yaml +++ b/kubernetes/aaf/charts/aaf-cs/templates/deployment.yaml @@ -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 ; |