You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- AWS_ECR_REPO_NAME # The ECR repository name to write images to
19
19
- PRODUCTION_EKS_CLUSTER_NAME # The name of the production EKS cluster to deploy into
20
20
- STAGING_EKS_CLUSTER_NAME # The name of the staging EKS cluster to deploy into
21
+
- AWS_CLUSTER_AUTH_ROLE_ARN_STAGING # The ARN of the role to assume that allows access to the EK cluster. Most likely ends with `kubernetes-admin-staging`
22
+
- AWS_CLUSTER_AUTH_ROLE_ARN_PRODUCTION # The ARN of the role to assume that allows access to the EKS cluster. Same as above but for production
23
+
- SLACK_WEBHOOK # Webhook for slack notifications. Must be specified, but doesn't need to be set to a real value
24
+
- CIRCLECI_API_KEY # Needed for the queueing orb. You can generate this in the project settings in CircleCI. It needs the `status` scope.
0 commit comments