Skip to content

Commit

Permalink
Fix ACK tests
Browse files Browse the repository at this point in the history
  • Loading branch information
niallthomson committed Dec 16, 2024
1 parent 93c2ca5 commit dffd12d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions website/docs/automation/controlplanes/ack/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@ Each ACK service controller is packaged into a separate container image that is

In this section, since we'll be working with Amazon DynamoDB ACK, we first need to install that ACK controller by using the Helm chart:

```bash
```bash wait=60
$ aws ecr-public get-login-password --region us-east-1 | \
helm registry login --username AWS --password-stdin public.ecr.aws

$ helm install ack-dynamodb \
oci://public.ecr.aws/aws-controllers-k8s/dynamodb-chart \
--version=${DYNAMO_ACK_VERSION} \
--namespace ack-system --create-namespace \
--set=aws.region=$AWS_REGION \
--set "aws.region=${AWS_REGION}" \
--set "serviceAccount.annotations.eks\\.amazonaws\\.com/role-arn"="$ACK_IAM_ROLE" \
--wait
```
Expand Down

0 comments on commit dffd12d

Please sign in to comment.