Skip to content

Commit a15df27

Browse files
committed
Add correct link and change role
Add correct link and change role from role/heptio-ark to role/<HEPTIO_ARK_ROLE_NAME> Signed-off-by: Gregory Gubarev <g.gubarev63@gmail.com>
1 parent ce41dd7 commit a15df27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/aws-config.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ In the root of your Ark directory, run:
191191
192192
[Kube2iam](https://github.com/jtblin/kube2iam) is a Kubernetes application that allows managing AWS IAM permissions for pod via annotations rather than operating on API keys.
193193
194-
> This path assumes you have `kube2iam` already running in your Kubernetes cluster. If that is not the case, please install it first, following the docs here: https://github.com/jtblin/kube2iam
194+
> This path assumes you have `kube2iam` already running in your Kubernetes cluster. If that is not the case, please install it first, following the docs here: [https://github.com/jtblin/kube2iam](https://github.com/jtblin/kube2iam)
195195
196196
It can be set up for Ark by creating a role that will have required permissions, and later by adding the permissions annotation on the ark deployment to define which role it should use internally.
197197
@@ -278,7 +278,7 @@ It can be set up for Ark by creating a role that will have required permissions,
278278
--policy-name heptio-ark-policy \
279279
--policy-document file://./heptio-ark-policy.json
280280
```
281-
4. Update AWS_ACCOUNT_ID & HEPTIO_ARK_ROLE_NAME in the file `examples/aws/10-deployment-kube2iam.yaml`:
281+
4. Update `AWS_ACCOUNT_ID` & `HEPTIO_ARK_ROLE_NAME` in the file `examples/aws/10-deployment-kube2iam.yaml`:
282282
283283
```
284284
---
@@ -294,7 +294,7 @@ It can be set up for Ark by creating a role that will have required permissions,
294294
labels:
295295
component: ark
296296
annotations:
297-
iam.amazonaws.com/role: arn:aws:iam::<AWS_ACCOUNT_ID>:role/heptio-ark
297+
iam.amazonaws.com/role: arn:aws:iam::<AWS_ACCOUNT_ID>:role/<HEPTIO_ARK_ROLE_NAME>
298298
...
299299
```
300300

0 commit comments

Comments
 (0)