Commit a8d7e4bc authored by Alessio Caiazza's avatar Alessio Caiazza

Fix rubocop offenses

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