Commit 5c6e2d27 by Beat Walti

fixed service.type (grafana, alertmanager)

fixed: using .service.type instead of .server.type for grafana and alertmanager type in questions.yml
parent 67da9f85
......@@ -181,7 +181,7 @@ questions:
type: hostname
required: true
label: Hostname
- variable: grafana.server.type
- variable: grafana.service.type
default: "NodePort"
description: "Grafana service type"
type: enum
......@@ -255,7 +255,7 @@ questions:
required: true
label: Hostname
show_if: "alertmanager.enabled=true"
- variable: alertmanager.server.type
- variable: alertmanager.service.type
default: "ClusterIP"
description: "Alertmanager service type"
type: enum
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment