Commit 866d7d4f authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #15505 from dchen1107/fix

Auto commit by PR queue bot
parents e2659fc6 c61dd845
...@@ -49,7 +49,7 @@ var _ = Describe("Etcd failure", func() { ...@@ -49,7 +49,7 @@ var _ = Describe("Etcd failure", func() {
Client: framework.Client, Client: framework.Client,
Name: "baz", Name: "baz",
Namespace: framework.Namespace.Name, Namespace: framework.Namespace.Name,
Image: "gcr.io/google_containers/nginx", Image: "beta.gcr.io/google_containers/pause:2.0",
Replicas: 1, Replicas: 1,
})).NotTo(HaveOccurred()) })).NotTo(HaveOccurred())
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment