Add missing external flag indicator in secrets

This is required otherwise it tries to read a non-existing file
This commit is contained in:
Terry Smith 2020-09-18 11:56:54 +01:00 committed by GitHub
parent 49c589d9d6
commit 4713bc5e51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -141,6 +141,7 @@ services:
secrets:
foo:
name: "arn:aws:secretsmanager:eu-west-3:1234:secret:foo-ABC123"
external: true
```
Secrets will be available at runtime for your service as a plain text file `/run/secrets/foo`.