rancher apps install <TEMPLATE_NAME/TEMPLATE_PATH> <APP_NAME>
Install an app template
Arguments
Name | Description |
---|---|
TEMPLATE_NAME/TEMPLATE_PATH | Install an app template in the current Rancher server |
APP_NAME | The name of the app to install |
Options
Name | Description |
---|---|
--answers, -a <answers-file-path> | Path to an answers file, the format of the file is a map with key:value. This supports JSON and YAML |
--values, -v <values-file-path> | Path to a helm values file |
--namespace, -n <namespace> | Namespace to install the app into |
--set <key=value> |
|
--set-string <key=value> |
|
--version <version> | Version of the template to use |
--no-prompt | Suppress asking questions and use the default values when required answers are not provided |
--helm-timeout <seconds> | Amount of time for helm to wait for k8s commands (default is 300 secs). Example: --helm-timeout 600 (default: 300) |
--helm-wait | Helm will wait for as long as timeout value, for installed resources to be ready (pods, PVCs, deployments, etc.). Example: --helm-wait |