mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 08:17:26 +00:00
Merge pull request #16738 from pmorie/fix-emptydir-e2e
Auto commit by PR queue bot
This commit is contained in:
commit
f204283359
@ -29,8 +29,8 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
testImageRootUid = "gcr.io/google_containers/mounttest:0.4"
|
testImageRootUid = "gcr.io/google_containers/mounttest:0.5"
|
||||||
testImageNonRootUid = "gcr.io/google_containers/mounttest-user:0.2"
|
testImageNonRootUid = "gcr.io/google_containers/mounttest-user:0.3"
|
||||||
)
|
)
|
||||||
|
|
||||||
var _ = Describe("EmptyDir volumes", func() {
|
var _ = Describe("EmptyDir volumes", func() {
|
||||||
|
Loading…
Reference in New Issue
Block a user