mirror of
https://github.com/openfaas/faas.git
synced 2025-06-18 12:06:37 +00:00
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:
committed by
Alex Ellis (OpenFaaS Ltd)
parent
bbbeed2a25
commit
74bb257823
@ -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:
|
||||||
|
@ -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:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
provider:
|
provider:
|
||||||
name: faas
|
name: openfaas
|
||||||
gateway: http://localhost:8080
|
gateway: http://localhost:8080
|
||||||
|
|
||||||
functions:
|
functions:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
provider:
|
provider:
|
||||||
name: faas
|
name: openfaas
|
||||||
|
|
||||||
functions:
|
functions:
|
||||||
alpinefunction:
|
alpinefunction:
|
||||||
|
@ -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:
|
||||||
|
@ -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.
|
||||||
|
Reference in New Issue
Block a user