Describe the bug
01_install_requirements.sh always runs tasks such as ssl cert creation and starting Docker registry.
These tasks should be conditional based on a boolean (boolean in shell scripts, LOL!) set in config.sh.
To Reproduce
./01_install_requirements.sh
Expected/observed behavior
I want to run a normal install and pull images from quay.io. All the cert create and Docker registry tasks are extraneous.
Additional context
Describe the bug
01_install_requirements.sh always runs tasks such as ssl cert creation and starting Docker registry.
These tasks should be conditional based on a boolean (boolean in shell scripts, LOL!) set in config.sh.
To Reproduce
./01_install_requirements.sh
Expected/observed behavior
I want to run a normal install and pull images from quay.io. All the cert create and Docker registry tasks are extraneous.
Additional context