commit | 4cf21530d4284e9470f1b6479225df525dc4fd64 | [log] [tgz] |
---|---|---|
author | Oleksii Grudev <ogrudev@mirantis.com> | Tue Apr 16 13:17:57 2019 +0000 |
committer | Oleksii Grudev <ogrudev@mirantis.com> | Thu Jun 06 14:25:44 2019 +0300 |
tree | 1e9f315794706c92feaa9e152a0d11a2cd9ce934 | |
parent | 2ec0c2a20c478f4755a0a59b6feb7525f3d73216 [diff] |
Add ability to install helm charts This patch adds ability to install helm charts and to add helm repos. It was decided to take python code from salt-formula-helm instead of using pyhelm module since it uses grpc and requires a tunnel to tiller since tiller is not exposed and operates with its client using portforward api. Change-Id: I992abcf7eb035342a01dca838438ae7e2115fda0 Related-PROD: PROD-28361