diff options
author | Hong Guan <hg4105@att.com> | 2019-03-09 10:25:54 -0500 |
---|---|---|
committer | Hong Guan <hg4105@att.com> | 2019-03-09 10:40:30 -0500 |
commit | a29fcc9754d2cf08919758b609fc291a93c3c6fc (patch) | |
tree | a2cec54c58ca4e1f92cdde6db2a964d45dd97221 /k8s-bootstrap-container/build-plugins.sh | |
parent | a0a88be5349019496ff1027cc67fc79abd2bb476 (diff) |
DCAE bootstrap loads the helm plugin and type file
Change-Id: If8150e3328102fce9ad1f8c67c64d6a78a0a63e1
Issue-ID: DCAEGEN2-1276
Signed-off-by: Hong Guan <hg4105@att.com>
Diffstat (limited to 'k8s-bootstrap-container/build-plugins.sh')
-rwxr-xr-x | k8s-bootstrap-container/build-plugins.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/k8s-bootstrap-container/build-plugins.sh b/k8s-bootstrap-container/build-plugins.sh index f97e84c..c21f759 100755 --- a/k8s-bootstrap-container/build-plugins.sh +++ b/k8s-bootstrap-container/build-plugins.sh @@ -41,6 +41,7 @@ CCSDKPLUGINFILES=\ "\ plugins/pgaas-1.1.0-py27-none-any.wgn plugins/sshkeyshare-1.0.0-py27-none-any.wgn +plugins/helm-4.0.0-py27-none-linux_x86_64.wgn " # Build a set of wagon files from archives in a repo |