openshift-evangelists / oc-cluster-wrapper

oc cluster up bash wrapper
Apache License 2.0
144 stars 72 forks source link

fixes #14 allow second run of cluster up to bring in aditional argumetnts, will not be persistend but run for this one run of the profile #15

Closed bjartek closed 7 years ago

bjartek commented 8 years ago

This simple fix will solve solution 2 in issue #14.

If we want to modify the run script so that the third run of the profile includes the additional argument then more work is needed.

Proabably just including the value of $@ in the run file or something.

bjartek commented 8 years ago

Rebased and pushed force with lease. LGTM.

bjartek commented 8 years ago

This can just be deleted i think. The changes are already in master.