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:
Diffstat (limited to 'app/models/clusters/applications/ingress.rb')
-rw-r--r--app/models/clusters/applications/ingress.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/models/clusters/applications/ingress.rb b/app/models/clusters/applications/ingress.rb
index 3a8c314efe4..27550616002 100644
--- a/app/models/clusters/applications/ingress.rb
+++ b/app/models/clusters/applications/ingress.rb
@@ -16,14 +16,10 @@ module Clusters
include ::Clusters::Concerns::ApplicationData
include AfterCommitQueue
include UsageStatistics
- include IgnorableColumns
default_value_for :ingress_type, :nginx
default_value_for :version, VERSION
- ignore_column :modsecurity_enabled, remove_with: '14.2', remove_after: '2021-07-22'
- ignore_column :modsecurity_mode, remove_with: '14.2', remove_after: '2021-07-22'
-
enum ingress_type: {
nginx: 1
}