Configuration data split #20
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Update the configuration to be able to split into multiple yaml files, one for each repository type (local, virtual, remote) and a main “config.yaml” which contains global settings. E.g path to directory containing remotes, virtual and local.
Investigate if we can do a yaml file per remote/local/virtual and just merge all the yaml files in a config.d directory together.
Take into account how this would work for kubernetes with config maps. maybe we can add a directory to the Dockerfile where we expect config files to be dropped.