feat: initial helm integration (thanks to @matejc)

helm2json was first implemented by matejc in
https://github.com/matejc/helm2json and incorperated in this project,
big thanks to @matejc for making this possible
This commit is contained in:
Jaka Hudoklin 2019-02-28 13:17:40 +01:00
parent a5f9639258
commit ba1144a8df
No known key found for this signature in database
GPG key ID: 6A08896BFD32BD95
7 changed files with 296 additions and 0 deletions

View file

@ -29,5 +29,6 @@ let
k8s-submodules = ./k8s/submodule.nix;
istio = ./istio;
testing = ./testing;
helm = ./helm;
};
in kubenix