Refactor scripts that use /etc/gitlab/gitlabregistry.txt to use kubernetes secret instead
This holds for the scripts: list_images.sh
and rename_tag.sh
.
Instead of pulling the docker credentials from multiple places, this should be consistent and everything should come from one place (the ctaregsecret
variable)