Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1107585

--- a/db/fixtures/production/010_settings.rb
+++ b/db/fixtures/production/010_settings.rb
@@ -26,6 +26,9 @@
   save(settings, 'Prometheus metrics enabled flag')
 end
 
-settings = Gitlab::CurrentSettings.current_application_settings
-settings.ci_jwt_signing_key = OpenSSL::PKey::RSA.new(2048).to_pem
-save(settings, 'CI JWT signing key')
+# We need to disable this to allow running gitlab-rake db:seed_fu
+# to be able to create new projects (this creates default organization)
+# See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1107585 to learn more
+#settings = Gitlab::CurrentSettings.current_application_settings
+#settings.ci_jwt_signing_key = OpenSSL::PKey::RSA.new(2048).to_pem
+#save(settings, 'CI JWT signing key')
