Unverified Commit 587677f5 by GC Committed by GitHub

Merge pull request #8 from BWalti/master

fixed service.type (grafana, alertmanager)
parents 67da9f85 5c6e2d27
......@@ -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