mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 08:00:06 +01:00
fix tests
This commit is contained in:
parent
e9dbb01005
commit
28d2b4baac
3 changed files with 6 additions and 6 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{ config, kubenix, k8sVersion, ... }:
|
||||
|
||||
let
|
||||
cfg = config.kubernetes.api.pods.nginx;
|
||||
cfg = config.kubernetes.api.resources.pods.nginx;
|
||||
in {
|
||||
imports = [ kubenix.modules.test kubenix.modules.k8s ];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue