1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-15 17:51:01 +00:00

Merge pull request #248 from external-secrets/fix/docs-typo

fix(docs): correct parameter store policy typo
This commit is contained in:
paul-the-alien[bot] 2021-07-07 15:56:41 +00:00 committed by GitHub
commit 03d61864b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ Create a IAM Policy to pin down access to secrets matching `dev-*`, for futher i
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Deny",
"Effect": "Allow",
"Action": [
"ssm:GetParameter*"
],