Skip to content

Commit f214041

Browse files
committed
better doc
1 parent f94f626 commit f214041

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

datacrunch/containers/containers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ class SecretMount(VolumeMount):
157157
A secret volume mount allows mounting secret files into the container.
158158
159159
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.
162162
"""
163163

164164
secret_name: str

0 commit comments

Comments
 (0)