mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-07 19:23:40 +00:00
Fix typo in downward api volume e2e
This commit is contained in:
parent
b3eace631e
commit
561cbcd7c9
@ -25,7 +25,7 @@ import (
|
|||||||
. "github.com/onsi/ginkgo"
|
. "github.com/onsi/ginkgo"
|
||||||
)
|
)
|
||||||
|
|
||||||
var _ = Describe("Downwar dAPI volume", func() {
|
var _ = Describe("Downward API volume", func() {
|
||||||
f := NewFramework("downward-api")
|
f := NewFramework("downward-api")
|
||||||
|
|
||||||
It("should provide labels and annotations files", func() {
|
It("should provide labels and annotations files", func() {
|
||||||
|
Loading…
Reference in New Issue
Block a user