From cdf91a970de7a68469ec3480116a34f06f9894a9 Mon Sep 17 00:00:00 2001 From: Dimitri Mitropoulos Date: Tue, 1 Oct 2019 13:41:39 -0400 Subject: [PATCH] fix: typo: extra whitespace indentation (#16611) not matching the indentation level of all other mapping nodes --- 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 67df9c3715..c1d85550b7 100644 --- a/content/en/docs/concepts/storage/volumes.md +++ b/content/en/docs/concepts/storage/volumes.md @@ -1339,7 +1339,7 @@ spec: csi: driver: inline.storage.kubernetes.io volumeAttributes: - foo: bar + foo: bar ``` This feature requires CSIInlineVolume feature gate to be enabled. It