fix(k8s): fix type

This commit is contained in:
Jaka Hudoklin 2019-03-13 10:15:54 +01:00
parent ca186d8dbe
commit 34e5452223
No known key found for this signature in database
GPG key ID: 6A08896BFD32BD95

View file

@ -102,7 +102,7 @@ let
resource = mkOption { resource = mkOption {
description = "Resource name"; description = "Resource name";
type = type.str; type = types.str;
}; };
}; };
}); });