diff --git a/examples/explorer/pod.json b/examples/explorer/pod.json index 0f3490610f7..99e68332255 100644 --- a/examples/explorer/pod.json +++ b/examples/explorer/pod.json @@ -29,9 +29,7 @@ "volumes": [ { "name": "test-volume", - "VolumeSorce": { - "EmptyDir": {} - } + "emptyDir": {} } ] }