Update get-started-component.md (#1139)

Since it's proposed to create a file name mysecrets.json in the instructions, I think it would be better to have the same filename in the json sample.
This commit is contained in:
Karol Deland 2021-01-30 18:40:15 -05:00 committed by GitHub
parent ac20cf5aab
commit 7d7855b004
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ spec:
version: v1
metadata:
- name: secretsFile
value: <PATH TO SECRETS FILE>/secrets.json
value: <PATH TO SECRETS FILE>/mysecrets.json
- name: nestedSeparator
value: ":"
```