Skip to content

Commit

Permalink
Merge pull request kubernetes#13747 from mattmoor/prefix-to-hostname
Browse files Browse the repository at this point in the history
Auto commit by PR queue bot
  • Loading branch information
k8s-merge-robot committed Sep 10, 2015
2 parents fe0a7ae + 4a94ce4 commit a535509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/rc.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ var _ = Describe("ReplicationController", func() {
// requires private images
SkipUnlessProviderIs("gce", "gke")

ServeImageOrFail(framework, "private", "gcr.io/_b_k8s_authenticated_test/serve_hostname:1.1")
ServeImageOrFail(framework, "private", "b.gcr.io/k8s_authenticated_test/serve_hostname:1.1")
})
})

Expand Down

0 comments on commit a535509

Please sign in to comment.