diff --git a/explorer/pod.yaml b/explorer/pod.yaml index fbb73a05..2c26c3e1 100644 --- a/explorer/pod.yaml +++ b/explorer/pod.yaml @@ -11,7 +11,7 @@ spec: - containerPort: 8080 protocol: TCP volumeMounts: - - mountPath: /mount/test-volume + - mountPath: "/mount/test-volume" name: test-volume volumes: - name: test-volume