mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 08:00:06 +01:00
fix crontabs -> cronTabs in tests/k8s/crd.nix
must have been missed in recent refactor (086780088c)
This commit is contained in:
parent
26d0351eb8
commit
578a52fb23
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ with lib;
|
||||||
|
|
||||||
let
|
let
|
||||||
crd = config.kubernetes.api.resources.customResourceDefinitions.crontabs;
|
crd = config.kubernetes.api.resources.customResourceDefinitions.crontabs;
|
||||||
latestCrontab = config.kubernetes.api.resources.crontabs.latest;
|
latestCrontab = config.kubernetes.api.resources.cronTabs.latest;
|
||||||
in {
|
in {
|
||||||
imports = with kubenix.modules; [ test k8s ];
|
imports = with kubenix.modules; [ test k8s ];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue