mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 08:00:06 +01:00
Merge pull request #15 from adrian-gierakowski/crontabs-fix
fix crontabs -> cronTabs in tests/k8s/crd.nix
This commit is contained in:
commit
1c71677527
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ with lib;
|
|||
|
||||
let
|
||||
crd = config.kubernetes.api.resources.customResourceDefinitions.crontabs;
|
||||
latestCrontab = config.kubernetes.api.resources.crontabs.latest;
|
||||
latestCrontab = config.kubernetes.api.resources.cronTabs.latest;
|
||||
in {
|
||||
imports = with kubenix.modules; [ test k8s ];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue