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 ```yaml
provider: provider:
name: faas name: openfaas
gateway: http://localhost:8080 gateway: http://localhost:8080
functions: functions:
@ -78,7 +78,7 @@ Your `samples.yml` stack file looks like this
```yaml ```yaml
provider: provider:
name: faas name: openfaas
gateway: http://localhost:8080 gateway: http://localhost:8080
functions: functions:

View File

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

View File

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

View File

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

View File

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

View File

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