Update deprecated "faas" to "openfaas" in provider field

Needed due to CLI updates.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
Alex Ellis
2019-12-01 08:48:03 +00:00
committed by Alex Ellis (OpenFaaS Ltd)
parent bbbeed2a25
commit 74bb257823
6 changed files with 7 additions and 7 deletions

View File

@ -8,7 +8,7 @@ First, and least secure, is the ability to set environment variables at deploy t
```yaml
provider:
name: faas
name: openfaas
gateway: http://localhost:8080
functions:
@ -78,7 +78,7 @@ Your `samples.yml` stack file looks like this
```yaml
provider:
name: faas
name: openfaas
gateway: http://localhost:8080
functions:

View File

@ -1,5 +1,5 @@
provider:
name: faas
name: openfaas
gateway: http://127.0.0.1:8080
functions:

View File

@ -1,5 +1,5 @@
provider:
name: faas
name: openfaas
gateway: http://localhost:8080
functions:

View File

@ -1,5 +1,5 @@
provider:
name: faas
name: openfaas
functions:
alpinefunction:

View File

@ -1,5 +1,5 @@
provider:
name: faas
name: openfaas
gateway: http://127.0.0.1:8080 # can be a remote server
functions:

View File

@ -1,5 +1,5 @@
provider:
name: faas
name: openfaas
gateway: http://127.0.0.1:8080 # can be a remote server
# sample functions go here, but can be created in the UI too.