mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 08:00:06 +01:00
feat: deprecate mkValueOrSecretOption with mkSecretOption
This commit is contained in:
parent
1db416b1e1
commit
5179a8d0a7
4 changed files with 35 additions and 28 deletions
|
|
@ -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; };
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue