From 2cc7748de5d7c50827caeb46d3bc4b88f896c834 Mon Sep 17 00:00:00 2001 From: Reto Lehmann Date: Thu, 13 Jul 2023 08:48:31 +0200 Subject: [PATCH] Update storage.md add missing whitespace --- docs/serving/services/storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/serving/services/storage.md b/docs/serving/services/storage.md index 14068548a3..e7546e3ec0 100644 --- a/docs/serving/services/storage.md +++ b/docs/serving/services/storage.md @@ -1,6 +1,6 @@ # Volume Support for Knative services -By default Serving supports the mounting the [volume types](https://kubernetes.io/docs/concepts/storage/volumes):`emptyDir`, `secret`, `configMap` and `projected`. [PersistentVolumes](https://kubernetes.io/docs/concepts/storage/persistent-volumes/) are supported but require a [feature flag](../configuration/feature-flags.md) to be enabled. +By default Serving supports the mounting the [volume types](https://kubernetes.io/docs/concepts/storage/volumes): `emptyDir`, `secret`, `configMap` and `projected`. [PersistentVolumes](https://kubernetes.io/docs/concepts/storage/persistent-volumes/) are supported but require a [feature flag](../configuration/feature-flags.md) to be enabled. !!! warning Mounting large volumes may add considerable overhead to the application's start up time.