Skip to content

Commit 5e66ccb

Browse files
authored
Merge pull request #48330 from rolfedh/RHDEVDOCS-4250
RHDEVDOCS-4250 Docs - Shared Resources: Ensure that readOnly: true sh…
2 parents 9ea533f + d5ddd0f commit 5e66ccb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/builds-using-build-volumes.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ spec:
5959
<3> Required. The type of source, `ConfigMap`, `Secret`, or `CSI`.
6060
<4> Required. The name of the source.
6161
<5> Required. The driver that provides the ephemeral CSI volume.
62-
<6> Optional. If true, this instructs the driver to provide a read-only volume.
62+
<6> Required. This value must be set to `true`. Provides a read-only volume.
6363
<7> Optional. The volume attributes of the ephemeral CSI volume. Consult the CSI driver's documentation for supported attribute keys and values.
6464
6565
[NOTE]
@@ -109,7 +109,7 @@ spec:
109109
<3> Required. The type of source, `ConfigMap`, `Secret`, or `CSI`.
110110
<4> Required. The name of the source.
111111
<5> Required. The driver that provides the ephemeral CSI volume.
112-
<6> Optional. If true, this instructs the driver to provide a read-only volume.
112+
<6> Required. This value must be set to `true`. Provides a read-only volume.
113113
<7> Optional. The volume attributes of the ephemeral CSI volume. Consult the CSI driver's documentation for supported attribute keys and values.
114114

115115
[NOTE]

0 commit comments

Comments
 (0)