Merge pull request #180 from rootfs/helm

helm init before package
This commit is contained in:
Huamin Chen 2019-02-06 15:01:01 -05:00 committed by GitHub
commit a44da1ba5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,6 +37,7 @@ if [ "${TRAVIS_PULL_REQUEST}" == "false" ]; then
ln -s helm deploy/rbd/ceph-csi-rbd
mkdir -p tmp/csi-charts/docs/rbd
pushd tmp/csi-charts/docs/rbd > /dev/null
helm init --client-only
helm package ../../../../deploy/rbd/ceph-csi-rbd
popd > /dev/null
fi