Skip to content
Snippets Groups Projects
Unverified Commit a8d7e4bc authored by Alessio Caiazza's avatar Alessio Caiazza
Browse files

Fix rubocop offenses

parent 31c256c1
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -6,7 +6,7 @@ module Clusters
 
APPLICATIONS = {
Clusters::Applications::Helm::NAME => Clusters::Applications::Helm
}
}.freeze
 
belongs_to :user
 
Loading
Loading
Loading
Loading
@@ -91,7 +91,7 @@ module Clusters
api_url: api_url,
namespace: namespace,
token: token,
ca_pem: ca_cert,
ca_pem: ca_cert
)
end
 
Loading
Loading
Loading
Loading
@@ -9,7 +9,7 @@ class CreateClustersKubernetesHelmApps < ActiveRecord::Migration
 
t.datetime_with_timezone :created_at, null: false
t.datetime_with_timezone :updated_at, null: false
t.integer :status, null: false
t.string :version, null: false
t.text :status_reason
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment