Fix rubocop offense

This commit is contained in:
Lin Jen-Shin 2017-06-16 23:17:06 +08:00
parent 6eaec942e6
commit 6fe2b79656
1 changed files with 4 additions and 4 deletions

View File

@ -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 }
}
]
}