commit | 5d131b67c8e90fac3b65da320b6357188de04ba7 | [log] [tgz] |
---|---|---|
author | Ruslan Gustomiasov <rgustomiasov@mirantis.com> | Wed Aug 21 11:51:26 2019 +0200 |
committer | Ruslan Gustomiasov <rgustomiasov@mirantis.com> | Wed Aug 21 11:51:26 2019 +0200 |
tree | 1089fbaf914a10e13940b0b308b315305a470914 | |
parent | 710db935edd116bde331b82d3b8d81fa7a2ad44d [diff] [blame] |
add helmindex Related-prod: PROD-32431 Change-Id: I5ea5169024c80e70c23eb43ad6b714f2a77f9db9
diff --git a/src/com/mirantis/mk/Helm.groovy b/src/com/mirantis/mk/Helm.groovy new file mode 100644 index 0000000..c3b23fb --- /dev/null +++ b/src/com/mirantis/mk/Helm.groovy
@@ -0,0 +1,15 @@ +package com.mirantis.mk + +/** + * + * Functions to work with Helm + * + */ + +/** + * Build index file for helm chart + */ + +def helmIndex(){ + sh("helm index") +} \ No newline at end of file