feat(lib): add mkValueOrSecretOption

This commit is contained in:
Jaka Hudoklin 2017-11-11 13:42:15 +01:00
parent cbf84e25a5
commit 30c9de967f
3 changed files with 36 additions and 8 deletions

View file

@ -11,7 +11,7 @@ let
args = {
inherit pkgs;
name = "default";
k8s = { inherit loadJSON loadYAML toBase64; };
k8s = { inherit loadJSON loadYAML toBase64 mkValueOrSecretOption; };
};
};