Added Rancher questions for switching into debugging
This commit is contained in:
@@ -24,13 +24,22 @@ catalog:
|
||||
required: true
|
||||
type: string
|
||||
|
||||
- variable: "DATA_DIR"
|
||||
label: "Data Directory"
|
||||
description: |
|
||||
The directory to store persistent data for the stack.
|
||||
default: "Personal/Snipe-IT"
|
||||
- variable: "Environment"
|
||||
label: "Environment"
|
||||
# description:
|
||||
default: production
|
||||
required: true
|
||||
type: string
|
||||
type: enum
|
||||
options:
|
||||
- production
|
||||
- development
|
||||
|
||||
- variable: "Debug"
|
||||
label: "Debug Mode"
|
||||
# description:
|
||||
default: false
|
||||
required: true
|
||||
type: boolean
|
||||
|
||||
- variable: "DB_ROOT_PASS"
|
||||
label: "Database Root Password"
|
||||
@@ -53,4 +62,12 @@ catalog:
|
||||
description: |
|
||||
See README.
|
||||
required: true
|
||||
type: password
|
||||
type: password
|
||||
|
||||
- variable: "DATA_DIR"
|
||||
label: "Data Directory"
|
||||
description: |
|
||||
The directory to store persistent data for the stack.
|
||||
default: "Personal/Snipe-IT"
|
||||
required: true
|
||||
type: string
|
||||
Reference in New Issue
Block a user