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: CONTRIBUTING.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -8,16 +8,16 @@ Guidelines for contributing.
8
8
9
9
We have a number of areas where we can accept contributions:
10
10
11
-
* Work on [missing features and bugs](https://github.com/ewilde/faas-ecs/issues)
11
+
* Work on [missing features and bugs](https://github.com/ewilde/faas-fargate/issues)
12
12
13
13
14
14
### I've found a typo
15
15
16
-
* A Pull Request is not necessary. Raise an [Issue](https://github.com/ewilde/faas-ecs/issues) and we'll fix it as soon as we can.
16
+
* A Pull Request is not necessary. Raise an [Issue](https://github.com/ewilde/faas-fargate/issues) and we'll fix it as soon as we can.
17
17
18
18
### I have a (great) idea
19
19
20
-
The maintainers would like to make faas-ecs the best it can be and welcome new contributions that align with the project's goals.
20
+
The maintainers would like to make faas-fargate the best it can be and welcome new contributions that align with the project's goals.
21
21
Our time is limited so we'd like to make sure we agree on the proposed work before you spend time doing it.
22
22
Saying "no" is hard which is why we'd rather say "yes" ahead of time. You need to raise a proposal.
23
23
@@ -65,7 +65,7 @@ Here's an example:
65
65
```
66
66
Add secrets to provider
67
67
68
-
We need to have the ability to pass secrets to faas-ecs securely.
68
+
We need to have the ability to pass secrets to faas-fargate securely.
69
69
This commits adds secrets support using AWS Secrets Manager API.
|`subnet_ids`| Comma separated list of subnet ids used to place function | subnets from default vpc | no |
32
-
|`security_group_id`| Id of the security group to assign functions. If using [terraform-aws-openfaas-ecs](https://github.com/ewilde/terraform-aws-openfaas-ecs) this is the output variable `service_security_group`|| no |
32
+
|`security_group_id`| Id of the security group to assign functions. If using [terraform-aws-openfaas-fargate](https://github.com/ewilde/terraform-aws-openfaas-fargate) this is the output variable `service_security_group`|| no |
33
33
|`cluster_name`| Name of the AWS ECS cluster. |`openfaas`| no |
34
34
|`assign_public_ip`| Whether or not to associate a public ip address with your function. |`DISABLED`| no |
35
35
|`enable_function_readiness_probe`| Boolean - enable a readiness probe to test functions. |`true`| no |
@@ -57,5 +57,5 @@ git push origin v0.5.7
57
57
Travis will:
58
58
1. build the release
59
59
1. run tests
60
-
1. push to [docker](https://hub.docker.com/r/ewilde/faas-ecs/)
61
-
1. create a github release on the [releases tab](https://github.com/ewilde/faas-ecs/releases)
60
+
1. push to [docker](https://hub.docker.com/r/ewilde/faas-fargate/)
61
+
1. create a github release on the [releases tab](https://github.com/ewilde/faas-fargate/releases)
0 commit comments