Removed volumes in e2e tests

This commit is contained in:
Jakub Al-Khalili 2019-07-08 15:37:06 +02:00
parent b1696e5d9e
commit 3b2a65a57a
1 changed files with 0 additions and 1 deletions

View File

@ -126,7 +126,6 @@ func createJenkinsCR(t *testing.T, name, namespace string, seedJob *[]v1alpha2.S
{Name: "simple-theme-plugin", Version: "0.5.1"},
},
NodeSelector: map[string]string{"kubernetes.io/hostname": "minikube"},
Volumes: volumes,
},
SeedJobs: seedJobs,
},