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 does not 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.
69
-
<3> Required. The type of source, `ConfigMap`, `Secret`, or `CSI`.
70
-
<4> Required. The name of the source.
67
+
68
+
where:
69
+
70
+
`name`:: Specifies a unique name.
71
+
`destinationPath`:: Specifies the absolute path of the mount point. It must not contain `..` or `:` and does not 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.
72
+
`type`:: Specifies the type of source, `ConfigMap`, `Secret`, or `CSI`.
<2> Required. The absolute path of the mount point. It must not contain `..` or `:` and does not 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.
126
-
<3> Required. The type of source,`ConfigMap`, `Secret`, or `CSI`.
127
-
<4> Required. The name of the source.
127
+
`name`:: Specifies a unique name.
128
+
`destinationPath`:: Specifies the absolute path of the mount point. It must not contain `..` or `:` and does not 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.
129
+
`type`:: Specifies the type of source:`ConfigMap`, `Secret`, or `CSI`.
0 commit comments