Commit 3af6f472 authored by k8s-merge-robot's avatar k8s-merge-robot Committed by GitHub

Merge pull request #29250 from aveshagarwal/master-node-e2e-configmap-fixes

Automatic merge from submit-queue Fix a typo
parents a93fbb10 0c8b7de2
...@@ -32,7 +32,7 @@ var _ = framework.KubeDescribe("ConfigMap", func() { ...@@ -32,7 +32,7 @@ var _ = framework.KubeDescribe("ConfigMap", func() {
f := framework.NewDefaultFramework("configmap") f := framework.NewDefaultFramework("configmap")
It("should be consumable from pods in volumpe [Conformance]", func() { It("should be consumable from pods in volume [Conformance]", func() {
doConfigMapE2EWithoutMappings(f, 0, 0) doConfigMapE2EWithoutMappings(f, 0, 0)
}) })
......
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