Merge pull request #507 from madmod/patch-1

Fix AWS DNS policy example
This commit is contained in:
jetstack-bot 2018-07-05 21:01:31 +01:00 committed by GitHub
commit 8c1e0c9fcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,7 +86,7 @@ Cert-manager requires the following IAM policy.
{ {
"Effect": "Allow", "Effect": "Allow",
"Action": "route53:ListHostedZonesByName", "Action": "route53:ListHostedZonesByName",
"Resource": "arn:aws:route53:::hostedzone/*" "Resource": "*"
} }
] ]
} }