Merge pull request #11396 from ChangingTerry/patch-1

Add missing external flag indicator in secrets
This commit is contained in:
Usha Mandya 2020-09-22 14:26:05 +01:00 committed by GitHub
commit d4e3c1e8eb
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`.