we are trying to install OTK in our API Gateway deployment in Kubernetes
We already have an environment set up, we have enabled and configured OTK in the Helm chart and issued an `helm upgrade`
The `otk-installer` Job starts but the container does report the message "Timed out while waiting for database to came up"
11.1
1) modify the yaml with otk=enabled and graphman=enabled
restman=enabled
2)helm upgrade layer7
3) it works correctly
It seems that the problem is not the yaml or the sequential activities but something regarding the connectivity or the temporary unavailability of the otk db with the otk upgrade job.
We recommend using --timeout 10m0s during point---> and this solved the issue .