mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-10 13:42:02 +00:00
e2e images pulled from gcr.io
This commit is contained in:
@@ -84,7 +84,7 @@ var _ = Describe("Secrets", func() {
|
||||
Containers: []api.Container{
|
||||
{
|
||||
Name: "catcont",
|
||||
Image: "busybox",
|
||||
Image: "gcr.io/google_containers/busybox",
|
||||
Command: []string{"sh", "-c", "cat /etc/secret-volume/data-1"},
|
||||
VolumeMounts: []api.VolumeMount{
|
||||
{
|
||||
|
Reference in New Issue
Block a user