* [installer] make sure dashboard is deployed after server and papi-server
* fix build
* Add unit tests
* address feedback
* wait feature flag until get actual value of timed out
* default config cat client nil
* log avg fetch time
* 1
* mock feature flag hang
* Add metric
* fixup
* [service-waiter] add cli to wait deployments server and public-api-server
* [installer] make dashboard to wait server and papi
* Implement TODOs
* fixup
* [installer] change service account name
* fix build
* fix rate limit hit
* improve
* remove debug cli env
* Skip with empty image and change attempt duration
* fixup
This PR manually sets the `allowPrivilegeEscalation` container
config to false where we don't need extra capabilities. This
is needed as not setting this explicitely could mean that
it could still be `true` based on other settings.
This also helps us future proof on any behaviour changes around
this.
Signed-off-by: Tarun Pothulapati <tarun@gitpod.io>