ckan-helm
ckan-helm copied to clipboard
Add imagePullSecrets for psql-init and solr-init and show psql errors
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.