Skip to content
Snippets Groups Projects
Commit 6fe2b796 authored by Lin Jen-Shin's avatar Lin Jen-Shin
Browse files

Fix rubocop offense

parent 6eaec942
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -84,7 +84,7 @@ module Gitlab
name: 'gitlab-deploy',
cluster: {
server: url
},
}
],
contexts: [
name: 'gitlab-deploy',
Loading
Loading
@@ -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 }
}
]
}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment