mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 08:00:06 +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 {
|
||||
description = "Resource name";
|
||||
type = type.str;
|
||||
type = types.str;
|
||||
};
|
||||
};
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue