Update example for deprecated name

secret.external.name is deprecated in favor of secret.name
This commit is contained in:
Siyu 2018-11-20 12:43:08 +01:00 committed by GitHub
parent 3840f1b232
commit 915f740182
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2350,8 +2350,8 @@ secrets:
my_first_secret:
file: ./secret_data
my_second_secret:
external:
name: redis_secret
external: true
name: redis_secret
```
You still need to [grant access to the secrets](#secrets) to each service in the