Skip to content

Commit

Permalink
Merge pull request #108 from marekjelen/master
Browse files Browse the repository at this point in the history
Download volume template for PVs
  • Loading branch information
marekjelen committed Oct 22, 2018
2 parents 7d21a79 + b46efb4 commit fccdf77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install-openshift.sh
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,9 @@ htpasswd -b /etc/origin/master/htpasswd ${USERNAME} ${PASSWORD}
oc adm policy add-cluster-role-to-user cluster-admin ${USERNAME}

if [ "$PVS" = "true" ]; then

curl -o vol.yaml $SCRIPT_REPO/vol.yaml

for i in `seq 1 200`;
do
DIRNAME="vol$i"
Expand Down

0 comments on commit fccdf77

Please sign in to comment.