You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<2> Required. The absolute path of the mount point. It must not contain `..` or `:` and doesn't collide with the destination path generated by the builder. The `/opt/app-root/src` is the default home directory for many Red Hat S2I-enabled images.
52
-
<3> Required. The type of source, `ConfigMap`or `Secret`.
62
+
<3> Required. The type of source, `ConfigMap`, `Secret`, or `CSI`.
53
63
<4> Required. The name of the source.
64
+
<5> Required. The driver that provides the ephemeral CSI volume.
65
+
<6> Optional. If true, this instructs the driver to provide a read-only volume.
66
+
<7> Optional. The volume attributes of the ephemeral CSI volume. Consult the CSI driver's documentation for supported attribute keys and values.
67
+
68
+
[NOTE]
69
+
====
70
+
The shared resource CSI driver is supported as **Tech Preview** only.
<2> Required. The absolute path of the mount point. It must not contain `..` or `:` and doesn't collide with the destination path generated by the builder. The `/opt/app-root/src` is the default home directory for many Red Hat S2I-enabled images.
84
-
<3> Required. The type of source, `ConfigMap`or `Secret`.
112
+
<3> Required. The type of source, `ConfigMap`, `Secret`, or `CSI`.
85
113
<4> Required. The name of the source.
114
+
<5> Required. The driver that provides the ephemeral CSI volume.
115
+
<6> Optional. If true, this instructs the driver to provide a read-only volume.
116
+
<7> Optional. The volume attributes of the ephemeral CSI volume. Consult the CSI driver's documentation for supported attribute keys and values.
117
+
118
+
[NOTE]
119
+
====
120
+
The shared resource CSI driver is supported as **Tech Preview** only.
0 commit comments