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
12
+
- PRODUCTION_EKS_CLUSTER_NAME # The name of the production EKS cluster to deploy into
13
+
- STAGING_EKS_CLUSTER_NAME # The name of the staging EKS cluster to deploy into
11
14
12
-
Required if you have one aws account per environment:
13
-
- AWS_ECR_REPO_ACCOUNT_ID # AWS account id of the account that contains the ECR repo to use
14
-
- AWS_CLUSTER_AUTH_ROLE_ARN_STAGING # ARN of the role for the circleci user to assume in staging
15
-
- AWS_CLUSTER_AUTH_ROLE_ARN_PRODUCTION # ARN of the role for the circleci user to assume in production
16
-
17
-
### Parameters
18
-
19
-
#### language
20
-
21
-
Options:
22
-
23
-
- go
24
-
- nodejs
25
-
26
-
Note: Don't see your language here? Add a pull request. Templates are written using the [Go Templating Language](https://golang.org/pkg/text/template/).
27
-
28
-
##### assumeRole
29
-
30
-
Boolean to use the AWS assume role or not. Role you assume is based on clusterAuthenitcationRoleArn.
31
-
You'll need to provide the env vars above if this is true.
32
-
33
-
##### circleCIPro
34
-
35
-
If you've got a Performance account with CircleCI enable this for faster docker builds.
36
-
37
-
##### stagingClusterName
38
-
39
-
The name of the staging EKS cluster.
40
-
41
-
##### productionClusterName
42
-
43
-
The name of the production EKS cluster.
44
-
45
-
46
-
### Example
47
-
48
-
See our [example config](commit0.example.yml) for usage.
0 commit comments