Skip to content

Commit 9867d6f

Browse files
committed
make was not called #2234
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
1 parent e0c4d7b commit 9867d6f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/reference/func_build.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ NAME
1111
SYNOPSIS
1212
func build [-r|--registry] [--builder] [--builder-image] [--push]
1313
[--platform] [-p|--path] [-c|--confirm] [-v|--verbose]
14-
[--build-timestamp]
14+
[--build-timestamp] [--registry-insecure]
1515

1616
DESCRIPTION
1717

@@ -66,6 +66,7 @@ func build
6666
--platform string Optionally specify a target platform, for example "linux/amd64" when using the s2i build strategy
6767
-u, --push Attempt to push the function image to the configured registry after being successfully built
6868
-r, --registry string Container registry + registry namespace. (ex 'ghcr.io/myuser'). The full image name is automatically determined using this along with function name. ($FUNC_REGISTRY)
69+
--registry-insecure Disable HTTPS when communicating to the registry ($FUNC_REGISTRY_INSECURE)
6970
-v, --verbose Print verbose logs ($FUNC_VERBOSE)
7071
```
7172

docs/reference/func_deploy.md

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ SYNOPSIS
1414
[-b|--build] [--builder] [--builder-image] [-p|--push]
1515
[--domain] [--platform] [--build-timestamp] [--pvc-size]
1616
[--service-account] [-c|--confirm] [-v|--verbose]
17+
[--registry-insecure]
1718

1819
DESCRIPTION
1920

@@ -130,6 +131,7 @@ func deploy
130131
-u, --push Push the function image to registry before deploying. ($FUNC_PUSH) (default true)
131132
--pvc-size string When triggering a remote deployment, set a custom volume size to allocate for the build operation ($FUNC_PVC_SIZE)
132133
-r, --registry string Container registry + registry namespace. (ex 'ghcr.io/myuser'). The full image name is automatically determined using this along with function name. ($FUNC_REGISTRY)
134+
--registry-insecure Disable HTTPS when communicating to the registry ($FUNC_REGISTRY_INSECURE)
133135
-R, --remote Trigger a remote deployment. Default is to deploy and build from the local system ($FUNC_REMOTE)
134136
--service-account string Service account to be used in the deployed function ($FUNC_SERVICE_ACCOUNT)
135137
-v, --verbose Print verbose logs ($FUNC_VERBOSE)

0 commit comments

Comments
 (0)