Skip to content

Commit c6aa6bb

Browse files
committed
Add some extra circleci info
1 parent 86b0d92 commit c6aa6bb

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.circleci/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,14 @@
55
### Requirements
66

77
Requires you to configure the below [CircleCI Environment Variables](https://circleci.com/docs/2.0/env-vars/):
8+
To get your ECR repositories and EKS clusters:
9+
```shell
10+
$ aws ecr describe-repositories --query "repositories[].repositoryUri"
11+
$ aws eks list-clusters --query "clusters"
12+
```
813

14+
- AWS_ACCESS_KEY_ID # AWS access key for the circleci user - this should be in AWS secret manager
15+
- AWS_SECRET_ACCESS_KEY # AWS secret for the circleci user - this should be in AWS secret manager
916
- AWS_DEFAULT_REGION # Region of your cluster
1017
- AWS_ECR_ACCOUNT_URL # {awsAccountNum}.dkr.ecr.{region}.amazonaws.com
1118
- AWS_ECR_REPO_NAME # The ECR repository name to write images to

0 commit comments

Comments
 (0)