diff --git a/specs/serving/knative-api-specification-1.0.md b/specs/serving/knative-api-specification-1.0.md
index dad5fa915..78a83ad2b 100644
--- a/specs/serving/knative-api-specification-1.0.md
+++ b/specs/serving/knative-api-specification-1.0.md
@@ -2275,7 +2275,7 @@ Max: 1
bool
|
- Must be true. Defaults to true.
+ | Mutability & default value is defined by the volume source type.
|
REQUIRED, if volumes is supported.
|
@@ -2338,6 +2338,8 @@ Max: 1
## ConfigMapVolumeSource
+When mounted to a container VolumeMount.readOnly MUST only accept `true`.
+
FieldName
@@ -2393,6 +2395,8 @@ Max: 1
## SecretVolumeSource
+When mounted to a container VolumeMount.readOnly MUST only accept `true`.
+
FieldName
@@ -2448,6 +2452,8 @@ Max: 1
## ProjectedVolumeSource
+When mounted to a container VolumeMount.readOnly MUST only accept `true`.
+
| |