We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 080ad09 commit 642bed3Copy full SHA for 642bed3
test/e2e/common/pods.go
@@ -880,8 +880,8 @@ var _ = framework.KubeDescribe("Pods", func() {
880
podResource := schema.GroupVersionResource{Group: "", Version: "v1", Resource: "pods"}
881
testNamespaceName := f.Namespace.Name
882
testPodName := "pod-test"
883
- testPodImage := "nginx"
884
- testPodImage2 := "httpd"
+ testPodImage := imageutils.GetE2EImage(imageutils.Agnhost)
+ testPodImage2 := imageutils.GetE2EImage(imageutils.Httpd)
885
testPodLabels := map[string]string{"test-pod-static": "true"}
886
testPodLabelsFlat := "test-pod-static=true"
887
0 commit comments