From 61c3e3b98eff743f29c9232fa8223d670748e4de Mon Sep 17 00:00:00 2001 From: Eetu Purontaus Date: Tue, 25 Oct 2022 11:40:43 +0300 Subject: [PATCH] Clarify secret.target absolute path syntax Signed-off-by: Eetu Purontaus --- spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.md b/spec.md index 67bf9186..1b362c41 100644 --- a/spec.md +++ b/spec.md @@ -1645,7 +1645,7 @@ the service's containers. - `source`: The name of the secret as it exists on the platform. - `target`: The name of the file to be mounted in `/run/secrets/` in the - service's task containers. Defaults to `source` if not specified. + service's task container, or absolute path of the file if an alternate location is required. Defaults to `source` if not specified. - `uid` and `gid`: The numeric UID or GID that owns the file within `/run/secrets/` in the service's task containers. Default value is USER running container. - `mode`: The [permissions](http://permissions-calculator.org/) for the file to be mounted in `/run/secrets/`