From f55ecf5d456017a538cf8f07e23d4cb7acd6be44 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 25 Sep 2020 20:12:06 +0200 Subject: [PATCH] Add secrets field doc --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6102085..1b4bd3a 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ This is meant to be used as a [Drone plugin](http://plugins.drone.io/). ### Dangerous options, unwise outside CI +- **secrets**: (default: `{}`): names of secrets to generate and store in the + swarm. This field is used in conjuction with `generate_secrets` (see below). - **generate_secrets** (default: `false`): randomly set all `secrets:` found in the compose file -- you won't be able to retrieve them afterwards, so you almost certainly don't want this for real deployments.