This repository has been archived by the owner on May 16, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[kibana] use bash for readiness script (#1530)
This commit set the readiness probe to use bash instead of sh. This is required for Kibana > 7.17.0 because the Docker image is now based on Ubuntu instead of CentOS 8, and sh on Ubuntu isn't compatible with the if [[ ... -eq .... ]] statements used in the readiness probe. Fix #1529
- Loading branch information