fix(helm): fix issue regarding empty helm.instances

This commit is contained in:
Jaka Hudoklin 2020-01-21 15:42:07 +00:00
parent a8a79d02ff
commit 962106fa22
No known key found for this signature in database
GPG key ID: 11AA2A62319E4968

View file

@ -88,6 +88,7 @@ in {
inherit (config) chart name namespace values kubeVersion; inherit (config) chart name namespace values kubeVersion;
}); });
})); }));
default = {};
}; };
}; };