Skip to content
This repository has been archived by the owner on Jul 7, 2020. It is now read-only.

Commit

Permalink
Merge pull request #82 from MohamedAshiqrh/g
Browse files Browse the repository at this point in the history
Gluster templates are added without -g
  • Loading branch information
jarrpa committed Dec 20, 2016
2 parents 0b2be02 + 11ff7fd commit 934f71f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion deploy/gk-deploy
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,12 @@ if [[ ${ABORT} -eq 1 ]]; then
fi

if [[ "${CLI}" == *oc* ]]; then
${CLI} create -f ${TEMPLATES}
${CLI} create -f ${TEMPLATES}/deploy-heketi-template.yaml
${CLI} create -f ${TEMPLATES}/heketi-service-account.yaml
${CLI} create -f ${TEMPLATES}/heketi-template.yaml
if [[ $GLUSTER -eq 1 ]]; then
${CLI} create -f ${TEMPLATES}/glusterfs-template.yaml
fi
${CLI} policy add-role-to-user edit system:serviceaccount:${NAMESPACE}:heketi-service-account
else
${CLI} create -f ${TEMPLATES}/heketi-service-account.yaml
Expand Down

0 comments on commit 934f71f

Please sign in to comment.