Skip to content

Commit

Permalink
Update storage.md
Browse files Browse the repository at this point in the history
add missing whitespace
  • Loading branch information
ReToCode authored Jul 13, 2023
1 parent abfeed1 commit 2cc7748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/serving/services/storage.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 2cc7748

Please sign in to comment.