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
Copy file name to clipboardExpand all lines: modules/aws-eks-namespace/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,7 @@ This module creates:
54
54
| <aname="input_developer_kubernetes_role_rules_extra"></a> [developer\_kubernetes\_role\_rules\_extra](#input\_developer\_kubernetes\_role\_rules\_extra)| Additional Kubernetes role rules to add to developer group. | <pre>list(object({<br> resources = list(string)<br> api_groups = list(string)<br> verbs = list(string)<br> }))</pre> |`[]`| no |
55
55
| <aname="input_developers"></a> [developers](#input\_developers)| List of IAM user names that will be added to developers group. |`list(string)`|`[]`| no |
56
56
| <aname="input_developers_iam_policies"></a> [developers\_iam\_policies](#input\_developers\_iam\_policies)| { name: arn } map of policies to attach to developers group. |`map(string)`|`{}`| no |
57
+
| <aname="input_ecr_arn_list"></a> [ecr\_arn\_list](#input\_ecr\_arn\_list)| ECR repository ARN list. If not provided there will be created ECR repo with the same name as namespace |`list(string)`|`[]`| no |
57
58
| <aname="input_iam_path"></a> [iam\_path](#input\_iam\_path)| AWS IAM base path for all resources created for namespace |`string`|`null`| no |
58
59
| <aname="input_labels"></a> [labels](#input\_labels)| Labels that are going to be attached to namespace |`map(string)`|`{}`| no |
59
60
| <aname="input_namespace"></a> [namespace](#input\_namespace)| The name of namespace to be created on a cluster |`string`| n/a | yes |
0 commit comments