Commit 6fe2b796 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Fix rubocop offense

parent 6eaec942
...@@ -84,7 +84,7 @@ module Gitlab ...@@ -84,7 +84,7 @@ module Gitlab
name: 'gitlab-deploy', name: 'gitlab-deploy',
cluster: { cluster: {
server: url server: url
}, }
], ],
contexts: [ contexts: [
name: 'gitlab-deploy', name: 'gitlab-deploy',
...@@ -92,14 +92,14 @@ module Gitlab ...@@ -92,14 +92,14 @@ module Gitlab
cluster: 'gitlab-deploy', cluster: 'gitlab-deploy',
namespace: namespace, namespace: namespace,
user: 'gitlab-deploy' user: 'gitlab-deploy'
}, }
], ],
:'current-context' => 'gitlab-deploy', 'current-context': 'gitlab-deploy',
kind: 'Config', kind: 'Config',
users: [ users: [
{ {
name: 'gitlab-deploy', name: 'gitlab-deploy',
user: {token: token} user: { token: token }
} }
] ]
} }
......
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