ckan-helm icon indicating copy to clipboard operation
ckan-helm copied to clipboard

Add imagePullSecrets for psql-init and solr-init and show psql errors

Open bicisteadm opened this issue 2 years ago • 0 comments

If we use imagePullSecrets, psql-init and solr-init will not pull the images because imagePullSecrets is only defined for the main CKAN container. This pull reguest fixes this bug and adds imagePullSecrets for all containers.

Also adds a slight modification to psql-init.py to show specific errors when there are problems communicating with PostgreSQL.

bicisteadm avatar Sep 29 '22 14:09 bicisteadm