Skip to content
This repository was archived by the owner on Nov 5, 2020. It is now read-only.

Commit b54cc94

Browse files
committed
Move chart to upper level
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent d30a19f commit b54cc94

31 files changed

+8
-12
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,3 @@
33
examples/
44
dist
55
faas-federation
6-
dive.log
7-
deployment/k8s/yaml/gateway-dep.yml

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Coming soon: deploy OpenFaaS with two separate [`faas-memory`](https://github.co
3131

3232
### helm chart
3333

34-
See also: example of Kubernetes and AWS Lambda federated configuration in the sample [helm chart](deployment/chart/of-federation).
34+
See also: example of Kubernetes and AWS Lambda federated configuration in the sample [helm chart](chart/of-federation).
3535

3636
## Constraints
3737

@@ -43,8 +43,8 @@ See also: example of Kubernetes and AWS Lambda federated configuration in the sa
4343

4444
All configuration is managed using environment variables
4545

46-
| Option | Usage | Default | Required |
47-
|-----------------------------------|------------------------------------------------------------------------------------------------|--------------------------|----------|
46+
| Option | Usage | Default | Required |
47+
|-----------------------------------|------------|--------------------------|----------|
4848
| `providers` | comma separated list of provider URLs i.e. `http://faas-netes:8080,http://faas-lambda:8080` | - | yes |
4949
| `default_provider` | default provider URLs used when no deployment constraints are matched i.e. `http://faas-netes:8080` | - | yes |
5050

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
apiVersion: v1
22
description: Enable Kubernetes as a backend for OpenFaaS (Functions as a Service)
3-
name: openfaas
4-
version: 3.1.0
3+
name: openfaas-federation
4+
version: 0.1.0
55
sources:
66
- https://github.com/openfaas/faas
77
- https://github.com/openfaas/faas-netes
8+
- https://github.com/openfaas-incubator/faas-federation
89
home: https://www.openfaas.com
910
icon: https://raw.githubusercontent.com/openfaas/media/master/OpenFaaS_logo_stacked_opaque.png
1011
keywords:
@@ -13,5 +14,3 @@ keywords:
1314
maintainers:
1415
- name: alexellis
1516
16-
- name: openfaas
17-

chart/of-federation/OWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
approvers:
2+
- alexellis
File renamed without changes.

0 commit comments

Comments
 (0)