mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
testing: rename defaults to common options
They are technically no defaults and competing declarations cause a module error
This commit is contained in:
parent
557cc48a0a
commit
b29d3a11b2
5 changed files with 18 additions and 18 deletions
|
|
@ -40,10 +40,10 @@ let
|
|||
args = { images = pkgs.callPackage ./images.nix { }; };
|
||||
docker.registryUrl = registry;
|
||||
|
||||
defaults = [
|
||||
common = [
|
||||
{
|
||||
features = [ "k8s" ];
|
||||
default = {
|
||||
options = {
|
||||
kubernetes.version = k8sVersion;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue