fabric8-launcher / launcher-openshift-templates

OpenShift Templates for the Fabric8 Launcher application
http://launcher.fabric8.io
Apache License 2.0
5 stars 17 forks source link

Remove required parameters that are not valid #13

Closed jorgemoralespou closed 7 years ago

jorgemoralespou commented 7 years ago

In your template you have parameters set that are not valid and require the user to change them, but as they are filled a user don't know he should change them unless he reads the whole description.

Solution is to move the value to the description and leave the value empty. This way the developer will know he has to fill the value.

  value: launchpad-frontend-$PROJECTNAME.$HOSTNAMEORIP.nip.io

I'll PR soon.

quintesse commented 7 years ago

You're probably right. Although it would be nice then if the description could contains rich text to be able to explain things better, Some parameter descriptions are already way too long.