diff options
| author | Amit Rathi <amit.juschill@gmail.com> | 2018-12-07 21:40:03 +0530 |
|---|---|---|
| committer | Amit Rathi <amit.juschill@gmail.com> | 2018-12-07 21:40:03 +0530 |
| commit | 1cdcf4026529a26480d801e2b8417ecaba627b9e (patch) | |
| tree | a9136a106091d5beba8fd76ea4b0b8ce05a07008 /app/controllers/clusters | |
| parent | a445aa0a9267f191fab1c46d438b42fbec549da5 (diff) | |
| download | gitlab-ce-1cdcf4026529a26480d801e2b8417ecaba627b9e.tar.gz | |
Allows user to override default issuer email for cert manager
Diffstat (limited to 'app/controllers/clusters')
| -rw-r--r-- | app/controllers/clusters/applications_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/clusters/applications_controller.rb b/app/controllers/clusters/applications_controller.rb index 250f42f3096..c4e7fc950f9 100644 --- a/app/controllers/clusters/applications_controller.rb +++ b/app/controllers/clusters/applications_controller.rb @@ -23,6 +23,6 @@ class Clusters::ApplicationsController < Clusters::BaseController end def create_cluster_application_params - params.permit(:application, :hostname) + params.permit(:application, :hostname, :email) end end |
