From 1f7d5c18f2b61c93e1fc864b3cf46058d988a75e Mon Sep 17 00:00:00 2001 From: Giancarlo Rubio Date: Wed, 25 Apr 2018 13:05:52 +0200 Subject: [PATCH] Fix invalid file Signed-off-by: Giancarlo Rubio --- docs/aws-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/aws-config.md b/docs/aws-config.md index 8713dee37..5e3f9ed6e 100644 --- a/docs/aws-config.md +++ b/docs/aws-config.md @@ -245,7 +245,7 @@ It can be set up for Ark by creating a role that will have required permissions, --policy-name heptio-ark-policy \ --policy-document file://./heptio-ark-policy.json ``` -4. Update AWS_ACCOUNT_ID & HEPTIO_ARK_ROLE_NAME in the file `examples/common/10-deployment-kube2iam.yaml`: +4. Update AWS_ACCOUNT_ID & HEPTIO_ARK_ROLE_NAME in the file `examples/aws/10-deployment-kube2iam.yaml`: ``` ---