Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Baumbauer <cab@cabnetworks.net>2018-10-31 00:12:10 +0300
committerChris Baumbauer <cab@cabnetworks.net>2018-10-31 00:12:10 +0300
commit6aa0645fa780d220cab0e730e1bcbdaeed6d0ff4 (patch)
treeb2236e897a2fb722fe4236e34521157bc96e613a /app/services/clusters
parent93cafdb45d6671ab9693e49f2224119d36e8a210 (diff)
Rename knative domainname field to hostname and fix changelog entry
Diffstat (limited to 'app/services/clusters')
-rw-r--r--app/services/clusters/applications/create_service.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/services/clusters/applications/create_service.rb b/app/services/clusters/applications/create_service.rb
index 50107578bd5..c348cad4803 100644
--- a/app/services/clusters/applications/create_service.rb
+++ b/app/services/clusters/applications/create_service.rb
@@ -19,10 +19,6 @@ module Clusters
application.hostname = params[:hostname]
end
- if application.has_attribute?(:domainname)
- application.domainname = params[:domainname]
- end
-
if application.respond_to?(:oauth_application)
application.oauth_application = create_oauth_application(application, request)
end