mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
fix(k8s): fix type
This commit is contained in:
parent
ca186d8dbe
commit
34e5452223
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ let
|
||||||
|
|
||||||
resource = mkOption {
|
resource = mkOption {
|
||||||
description = "Resource name";
|
description = "Resource name";
|
||||||
type = type.str;
|
type = types.str;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue