mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 08:00:06 +01:00
feat(lib): add mkValueOrSecretOption
This commit is contained in:
parent
cbf84e25a5
commit
30c9de967f
3 changed files with 36 additions and 8 deletions
|
|
@ -11,7 +11,7 @@ let
|
|||
args = {
|
||||
inherit pkgs;
|
||||
name = "default";
|
||||
k8s = { inherit loadJSON loadYAML toBase64; };
|
||||
k8s = { inherit loadJSON loadYAML toBase64 mkValueOrSecretOption; };
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue