From 8319be2be186f26ead1db482f061ca927e789064 Mon Sep 17 00:00:00 2001 From: AdamDang Date: Mon, 20 Aug 2018 21:22:09 +0800 Subject: [PATCH] Typo fix in yaml: sevice-account->service-account (#9907) Line 759: sevice-account->service-account --- content/en/docs/concepts/storage/volumes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/storage/volumes.md b/content/en/docs/concepts/storage/volumes.md index 78770a0411..6d72da3472 100644 --- a/content/en/docs/concepts/storage/volumes.md +++ b/content/en/docs/concepts/storage/volumes.md @@ -756,7 +756,7 @@ spec: image: busybox volumeMounts: - name: token-vol - mountPath: "/sevice-account" + mountPath: "/service-account" readOnly: true volumes: - name: token-vol