fix(lib/k8s): fix mkSecretOption

This commit is contained in:
Jaka Hudoklin 2020-01-14 18:34:34 +00:00
parent d14392d623
commit 87029e6bd7
No known key found for this signature in database
GPG key ID: D1F18234B07BD6E2

View file

@ -20,7 +20,7 @@ rec {
config = mkDefault (if default == null then {} else default);
});
default = {};
default = default;
};
secretToEnv = value: {