feat: deprecate mkValueOrSecretOption with mkSecretOption

This commit is contained in:
Jaka Hudoklin 2017-12-18 12:22:18 +01:00
parent 1db416b1e1
commit 5179a8d0a7
4 changed files with 35 additions and 28 deletions

View file

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