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: ...@@ -181,7 +181,7 @@ questions:
type: hostname type: hostname
required: true required: true
label: Hostname label: Hostname
- variable: grafana.server.type - variable: grafana.service.type
default: "NodePort" default: "NodePort"
description: "Grafana service type" description: "Grafana service type"
type: enum type: enum
...@@ -255,7 +255,7 @@ questions: ...@@ -255,7 +255,7 @@ questions:
required: true required: true
label: Hostname label: Hostname
show_if: "alertmanager.enabled=true" show_if: "alertmanager.enabled=true"
- variable: alertmanager.server.type - variable: alertmanager.service.type
default: "ClusterIP" default: "ClusterIP"
description: "Alertmanager service type" description: "Alertmanager service type"
type: enum 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