mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-26 01:37:15 +00:00
[ceph] BUG When deploy ceph
Without this "Make",It can lead to not being found <helm-toolkit> Change-Id: Ie59d167fb4063e99e47d73bc1b111e161f12944a
This commit is contained in:
@@ -74,6 +74,7 @@ EOF
|
||||
|
||||
: ${OSH_INFRA_PATH:="../openstack-helm-infra"}
|
||||
for CHART in ceph-mon ceph-osd ceph-client ceph-provisioners; do
|
||||
make -C ${OSH_INFRA_PATH} ${CHART}
|
||||
helm upgrade --install ${CHART} ${OSH_INFRA_PATH}/${CHART} \
|
||||
--namespace=ceph \
|
||||
--values=/tmp/ceph.yaml \
|
||||
|
||||
Reference in New Issue
Block a user