Currently, the config details for the postgresql database are stored within the zoo-project-dru-zoo-project-config configmap as raw text. However, we should be able to define these as secrets for use in the zookernel pods, for example for the username and password.
Can we update the zookernel pod to read these from environment variables, rather than the configmap, so that they can be configured as secrets?
Currently, the config details for the postgresql database are stored within the
zoo-project-dru-zoo-project-configconfigmap as raw text. However, we should be able to define these as secrets for use in thezookernelpods, for example for theusernameandpassword.Can we update the zookernel pod to read these from environment variables, rather than the configmap, so that they can be configured as secrets?