Skip to content
This repository was archived by the owner on Jul 26, 2022. It is now read-only.

Commit 1a41436

Browse files
authored
chore(docs): fix misleading AWS example (#574)
1 parent cf0c02b commit 1a41436

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -308,15 +308,15 @@ spec:
308308
name: username
309309
property: username
310310
- key: hello-service/credentials
311-
name: password
311+
name: password_previous
312312
# Version Stage in Secrets Manager
313313
versionStage: AWSPREVIOUS
314-
property: password_previous
314+
property: password
315315
- key: hello-service/credentials
316-
name: password
316+
name: password_versioned
317317
# Version ID in Secrets Manager
318318
versionId: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
319-
property: password_versioned
319+
property: password
320320
```
321321

322322
alternatively you can use `dataFrom` and get all the values from hello-service/credentials:

0 commit comments

Comments
 (0)