mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 08:00:06 +01:00
imp: add some provenance info on defaults
This commit is contained in:
parent
39badb2084
commit
80d3a595f5
2 changed files with 2 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ in
|
|||
description = "Default to apply to test";
|
||||
type = types.unspecified;
|
||||
default = { };
|
||||
apply = default: { _file = "testing.defaults"; } // default;
|
||||
};
|
||||
};
|
||||
}));
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@ in
|
|||
config.testing.defaults = [{
|
||||
features = [ "docker" ];
|
||||
default = {
|
||||
_file = "testing.docker.registryUrl";
|
||||
docker.registry.url = cfg.registryUrl;
|
||||
};
|
||||
}];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue