From 96c09aa178421c92f393866e3c79abaf46682c73 Mon Sep 17 00:00:00 2001 From: Dmitry Vasilets Date: Fri, 29 Sep 2017 15:34:33 +0200 Subject: [PATCH] custom hostname is optional --- openshift/gogs-persistent-template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openshift/gogs-persistent-template.yaml b/openshift/gogs-persistent-template.yaml index da75832..c39f695 100644 --- a/openshift/gogs-persistent-template.yaml +++ b/openshift/gogs-persistent-template.yaml @@ -305,7 +305,7 @@ parameters: value: gogs - description: 'Custom hostname for http service route. Leave blank for default hostname, e.g.: -.' name: HOSTNAME - required: true + required: false - description: Volume space available for data, e.g. 512Mi, 2Gi name: GOGS_VOLUME_CAPACITY required: true