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

Fix rubocop offense

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