From 962106fa22af91cd129e70c78c5da1b9a8c4dd21 Mon Sep 17 00:00:00 2001 From: Jaka Hudoklin Date: Tue, 21 Jan 2020 15:42:07 +0000 Subject: [PATCH] fix(helm): fix issue regarding empty helm.instances --- modules/helm.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/helm.nix b/modules/helm.nix index 682d9d7..0e51a81 100644 --- a/modules/helm.nix +++ b/modules/helm.nix @@ -88,6 +88,7 @@ in { inherit (config) chart name namespace values kubeVersion; }); })); + default = {}; }; };