Skip to content

Commit ba236bd

Browse files
committed
Run hack/update-codegen.sh
1 parent 7fb0c43 commit ba236bd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/reference/func_build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ func build
6868
--platform string Optionally specify a target platform, for example "linux/amd64" when using the s2i build strategy
6969
-u, --push Attempt to push the function image to the configured registry after being successfully built
7070
-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)
71-
--registry-authfile string Path to a docker-config file containing registry credentials ($FUNC_REGISTRY_AUTHFILE)
71+
--registry-authfile string Path to a authentication file containing registry credentials ($FUNC_REGISTRY_AUTHFILE)
7272
--registry-insecure Skip TLS certificate verification when communicating in HTTPS with the registry ($FUNC_REGISTRY_INSECURE)
7373
-v, --verbose Print verbose logs ($FUNC_VERBOSE)
7474
```

docs/reference/func_deploy.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +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] [--remote-storage-class]
17+
[--registry-insecure] [--registry-authfile] [--remote-storage-class]
1818

1919
DESCRIPTION
2020

@@ -133,6 +133,7 @@ func deploy
133133
-u, --push Push the function image to registry before deploying. ($FUNC_PUSH) (default true)
134134
--pvc-size string When triggering a remote deployment, set a custom volume size to allocate for the build operation ($FUNC_PVC_SIZE)
135135
-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)
136+
--registry-authfile string Path to a authentication file containing registry credentials ($FUNC_REGISTRY_AUTHFILE)
136137
--registry-insecure Skip TLS certificate verification when communicating in HTTPS with the registry ($FUNC_REGISTRY_INSECURE)
137138
-R, --remote Trigger a remote deployment. Default is to deploy and build from the local system ($FUNC_REMOTE)
138139
--remote-storage-class string Specify a storage class to use for the volume on-cluster during remote builds

0 commit comments

Comments
 (0)