mirror of https://github.com/knative/func.git
1.0 KiB
1.0 KiB
func config volumes
List and manage configured volumes for a function
Synopsis
List and manage configured volumes for a function
Prints configured Volume mounts for a function project present in the current directory or from the directory specified with --path.
func config volumes
Options
-h, --help help for volumes
-p, --path string Path to the project directory (Env: $FUNC_PATH) (default ".")
Options inherited from parent commands
-n, --namespace string The namespace on the cluster used for remote commands. By default, the namespace func.yaml is used or the currently active namespace if not set in the configuration. (Env: $FUNC_NAMESPACE)
-v, --verbose Print verbose logs ($FUNC_VERBOSE)
SEE ALSO
- func config - Configure a function
- func config volumes add - Add volume to the function configuration
- func config volumes remove - Remove volume from the function configuration