* start the server with ssl enabled if the client also uses ssl
Signed-off-by: Kai Timmer <kai@staffbase.com>
* adding a ci test case for tls certificates enabled
Signed-off-by: Kai Timmer <kai@staffbase.com>
* chart version bump
Signed-off-by: Kai Timmer <kai@staffbase.com>
* add newline for linter
Signed-off-by: Kai Timmer <kai@staffbase.com>
* add newline for linter
Signed-off-by: Kai Timmer <kai@staffbase.com>
* tls support for the test pod
Signed-off-by: Kai Timmer <kai@staffbase.com>
* Use volumes instead of env vars
Signed-off-by: ricoberger <mail@ricoberger.de>
* Fix tls check
Signed-off-by: ricoberger <mail@ricoberger.de>
* Fix MongoDB hostname
Signed-off-by: ricoberger <mail@ricoberger.de>
* Add namespace environment variable
Signed-off-by: ricoberger <mail@ricoberger.de>
* [stable/mongodb-replicaset] Various improvements
* Add OWNERS file
* Better script formatting and quoting
* Change directory of config file to the location expected
by the scripts in the Docker image
* Run MongoDB as non-root user
* Update install image in values.yaml and readme
* Update versions in readme
* Remove invalid 'runAsGroup'
* Fix auth
* Move on-start.sh out of Docker image
* Wait for replicas to reach desired state
* Rename CA secret
* Bump version to 3.0.0
* Apply fix for readonly configmap mounts
* Update image config
* Improve PDB configuration
* Update install image