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
@@ -410,6 +413,9 @@ the extra mount mappings for the container. Each `secrets` block is a reference
410
413
*`secret_id` - (Required, string) ConfigID represents the ID of the specific secret.
411
414
*`secret_name` - (Optional, string) The name of the secret that this references, but internally it is just provided for lookup/display purposes
412
415
*`file_name` - (Required, string) Represents the final filename in the filesystem. The specific target file that the secret data is written within the docker container, e.g. `/root/secret/secret.json`
416
+
*`file_uid` - (Optional, string) Represents the file UID. Defaults: `0`
417
+
*`file_gid` - (Optional, string) Represents the file GID. Defaults: `0`
418
+
*`file_mode` - (Optional, int) Represents the FileMode of the file. Defaults: `0444`
413
419
414
420
<aid="configs-1"></a>
415
421
### Configs
@@ -420,6 +426,9 @@ the extra mount mappings for the container. Each `configs` is a reference to a s
420
426
*`config_id` - (Required, string) ConfigID represents the ID of the specific config.
421
427
*`config_name` - (Optional, string) The name of the config that this references, but internally it is just provided for lookup/display purposes
422
428
*`file_name` - (Required, string) Represents the final filename in the filesystem. The specific target file that the config data is written within the docker container, e.g. `/root/config/config.json`
429
+
*`file_uid` - (Optional, string) Represents the file UID. Defaults: `0`
430
+
*`file_gid` - (Optional, string) Represents the file GID. Defaults: `0`
431
+
*`file_mode` - (Optional, int) Represents the FileMode of the file. Defaults: `0444`
0 commit comments