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
Copy file name to clipboardExpand all lines: datacrunch/containers/containers.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -157,8 +157,8 @@ class SecretMount(VolumeMount):
157
157
A secret volume mount allows mounting secret files into the container.
158
158
159
159
Attributes:
160
-
secret_name: Name of the fileset secret to mount
161
-
file_names: List of file names that are part of the fileset secret
160
+
secret_name: The name of the fileset secret to mount. This secret must be created in advance, for example using `create_fileset_secret_from_file_paths`
161
+
file_names: List of file names that are part of the fileset secret.
0 commit comments