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 /cm-container | |
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 'cm-container')
-rwxr-xr-x | cm-container/get-type-files.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cm-container/get-type-files.sh b/cm-container/get-type-files.sh index 71d582b..e59b3b1 100755 --- a/cm-container/get-type-files.sh +++ b/cm-container/get-type-files.sh @@ -40,7 +40,7 @@ CCSDKTYPEFILES=\ "\ /type_files/pgaas/1.1.0/pgaas_types.yaml \ /type_files/sshkeyshare/sshkey_types.yaml \ - +/type_files/helm/4.0.0/helm-type.yaml \ " mkdir ${DEST} |