diff --git a/internal/docs/generated/fndocs/docs.go b/internal/docs/generated/fndocs/docs.go index e1afc24bb..202f47ff6 100644 --- a/internal/docs/generated/fndocs/docs.go +++ b/internal/docs/generated/fndocs/docs.go @@ -275,9 +275,7 @@ Flags: referred in the pipeline are trusted and safe to execute. --allow-network: - Allow functions to access network during pipeline execution. If unspecified, - ` + "`" + `false` + "`" + ` will be the default. Note that this is applicable for container - based functions only. + Allow functions to access network during pipeline execution. Default: ` + "`" + `false` + "`" + `. Note that this is applicable to container based functions only. --image-pull-policy: If the image should be pulled before rendering the package(s). It can be set diff --git a/site/reference/cli/fn/render/README.md b/site/reference/cli/fn/render/README.md index 552d33f06..0fe2cd387 100644 --- a/site/reference/cli/fn/render/README.md +++ b/site/reference/cli/fn/render/README.md @@ -51,9 +51,7 @@ PKG_PATH: referred in the pipeline are trusted and safe to execute. --allow-network: - Allow functions to access network during pipeline execution. If unspecified, - `false` will be the default. Note that this is applicable for container - based functions only. + Allow functions to access network during pipeline execution. Default: `false`. Note that this is applicable to container based functions only. --image-pull-policy: If the image should be pulled before rendering the package(s). It can be set