mirror of https://git.rancher.io/charts
28 lines
755 B
YAML
28 lines
755 B
YAML
questions:
|
|
#monitor configurations
|
|
- variable: exporter.image.repository
|
|
default: "neuvector/prometheus-exporter"
|
|
description: exporter image repository
|
|
type: string
|
|
label: Exporter Image Path
|
|
group: "Container Images"
|
|
- variable: exporter.image.tag
|
|
default: ""
|
|
description: image tag for exporter
|
|
type: string
|
|
label: exporter Image Tag
|
|
group: "Container Images"
|
|
#controller crendential configuration
|
|
- variable: exporter.CTRL_USERNAME
|
|
default: "admin"
|
|
description: Controller Username
|
|
type: string
|
|
label: Controller Username
|
|
group: "Controller Crendential"
|
|
- variable: exporter.CTRL_PASSWORD
|
|
default: "admin"
|
|
description: Controller Password
|
|
type: string
|
|
label: Controller Password
|
|
group: "Controller Crendential"
|