Skip to content
Snippets Groups Projects
Commit 4e3ad77a authored by Manuel Kieweg's avatar Manuel Kieweg
Browse files

nolint for k8s create

parent fdaf0f8a
No related branches found
No related tags found
1 merge request!128Prepare k8s deployment
Pipeline #67642 passed
This commit is part of merge request !128. Comments created here will be created in the context of that merge request.
......@@ -50,6 +50,7 @@ func main() {
}
}
// nolint
func create(clientset *kubernetes.Clientset, tag string) error {
env := "gosdn-" + tag
service := createService(env)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment