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
......
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