feat(lib): add toYAML method

This commit is contained in:
Jaka Hudoklin 2017-12-01 12:40:28 +01:00
parent 663138ae4c
commit 16647cc5ef
2 changed files with 7 additions and 1 deletions

View file

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