diff --git a/guide/deprecated/secure_secret_management.md b/guide/deprecated/secure_secret_management.md index cd51ef6d..ca0a3a8e 100644 --- a/guide/deprecated/secure_secret_management.md +++ b/guide/deprecated/secure_secret_management.md @@ -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: diff --git a/sample-functions/CHelloWorld/stack.yml b/sample-functions/CHelloWorld/stack.yml index 4ccf3adb..4a2b83cc 100644 --- a/sample-functions/CHelloWorld/stack.yml +++ b/sample-functions/CHelloWorld/stack.yml @@ -1,5 +1,5 @@ provider: - name: faas + name: openfaas gateway: http://127.0.0.1:8080 functions: diff --git a/sample-functions/apikey-secret.yml b/sample-functions/apikey-secret.yml index 26cf8abb..ad5bf614 100644 --- a/sample-functions/apikey-secret.yml +++ b/sample-functions/apikey-secret.yml @@ -1,5 +1,5 @@ provider: - name: faas + name: openfaas gateway: http://localhost:8080 functions: diff --git a/sample-functions/stack.yml b/sample-functions/stack.yml index 60a84878..60e62f5d 100644 --- a/sample-functions/stack.yml +++ b/sample-functions/stack.yml @@ -1,5 +1,5 @@ provider: - name: faas + name: openfaas functions: alpinefunction: diff --git a/stack.yml b/stack.yml index 42b95339..182e2aa6 100644 --- a/stack.yml +++ b/stack.yml @@ -1,5 +1,5 @@ provider: - name: faas + name: openfaas gateway: http://127.0.0.1:8080 # can be a remote server functions: diff --git a/stack_arm.yml b/stack_arm.yml index 321d1f0c..c06f6954 100644 --- a/stack_arm.yml +++ b/stack_arm.yml @@ -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.