Skip to content

Commit ad82b51

Browse files
committed
Update the envVars section name to envs
1 parent 7e158c1 commit ad82b51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/serverless-build-func-kn.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ trigger: http
1919
builder: default
2020
builderMap:
2121
default: quay.io/boson/faas-nodejs-builder
22-
envVars: {}
22+
envs: {}
2323
----
2424

2525
If the image name and registry are not set in the `func.yaml` file, you must either specify the registry flag, `-r` when using the `kn func build` command, or you are prompted to provide a registry value in the terminal when building a function. An image name is then derived from the registry value that you have provided.

modules/serverless-create-func-kn.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ trigger: http
2323
builder: default
2424
builderMap:
2525
default: quay.io/boson/faas-nodejs-builder
26-
envVars: {}
26+
envs: {}
2727
----
2828

2929
.Procedure

0 commit comments

Comments
 (0)