mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 08:00:06 +01:00
fix(lib/k8s): fix mkSecretOption
This commit is contained in:
parent
d14392d623
commit
87029e6bd7
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ rec {
|
||||||
|
|
||||||
config = mkDefault (if default == null then {} else default);
|
config = mkDefault (if default == null then {} else default);
|
||||||
});
|
});
|
||||||
default = {};
|
default = default;
|
||||||
};
|
};
|
||||||
|
|
||||||
secretToEnv = value: {
|
secretToEnv = value: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue