We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86b0d92 commit c6aa6bbCopy full SHA for c6aa6bb
1 file changed
.circleci/README.md
@@ -5,7 +5,14 @@
5
### Requirements
6
7
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
+```
13
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
16
- AWS_DEFAULT_REGION # Region of your cluster
17
- AWS_ECR_ACCOUNT_URL # {awsAccountNum}.dkr.ecr.{region}.amazonaws.com
18
- AWS_ECR_REPO_NAME # The ECR repository name to write images to
0 commit comments