Skip to content

Commit

Permalink
Add docs for app-manifest-cache-count (#5131)
Browse files Browse the repository at this point in the history
Signed-off-by: Yoshiki Fujikane <[email protected]>
  • Loading branch information
ffjlabo authored Aug 13, 2024
1 parent 378ab0f commit c75fabe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Usage:
Flags:
--add-login-user-to-passwd Whether to add login user to $HOME/passwd. This is typically for applications running as a random user ID.
--admin-port int The port number used to run a HTTP server for admin tasks such as metrics, healthz. (default 9085)
--app-manifest-cache-count int The number of app manifests to cache. The cache-key contains the commit hash. The default is 150. (default 150)
--cert-file string The path to the TLS certificate file.
--config-aws-secret string The ARN of secret that contains Piped config and be stored in AWS Secrets Manager.
--config-data string The base64 encoded string of the configuration data.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Usage:
Flags:
--add-login-user-to-passwd Whether to add login user to $HOME/passwd. This is typically for applications running as a random user ID.
--admin-port int The port number used to run a HTTP server for admin tasks such as metrics, healthz. (default 9085)
--app-manifest-cache-count int The number of app manifests to cache. The cache-key contains the commit hash. The default is 150. (default 150)
--cert-file string The path to the TLS certificate file.
--config-aws-secret string The ARN of secret that contains Piped config and be stored in AWS Secrets Manager.
--config-data string The base64 encoded string of the configuration data.
Expand Down

0 comments on commit c75fabe

Please sign in to comment.