Configuration data split #20

Closed
opened 2026-04-28 08:12:30 +10:00 by unkinben · 1 comment
Owner

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.

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.
Author
Owner

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.

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.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unkin/artifactapi#20