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

Commit 66da5e0

Browse files
authored
chore(docs): fix backendType for AWS SSM Parameter Store example
Believe this should be `systemManager` not `secretsManager`
1 parent 1375ce8 commit 66da5e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ kind: ExternalSecret
403403
metadata:
404404
name: hello-service
405405
spec:
406-
backendType: secretsManager
406+
backendType: systemManager
407407
# optional: specify role to assume when retrieving the data
408408
roleArn: arn:aws:iam::123456789012:role/test-role
409409
# optional: specify region

0 commit comments

Comments
 (0)