Add note if .Values.daemonset.config.outputs.influxdb.url isn't set

This commit is contained in:
Jack Zampolin
2016-12-15 11:19:47 -08:00
parent 41ab2c39be
commit cc7682daf8
2 changed files with 15 additions and 0 deletions
+11
View File
@@ -12,3 +12,14 @@ To watch for the LoadBalancer IP run the following
- kubectl get svc -w --namespace {{ .Release.Namespace }} -l app={{ template "fullname" . }}
{{- end }}
{{- if empty .Values.single.config.outputs.influxdb.urls }}
{{- if empty .Values.daemonset.config.outputs.influxdb.urls }}
Need to set an InfluxDB url for either single or daemonset to deploy this instance:
.Values.daemonset.config.outputs.influxdb.urls
.Values.single.config.outputs.influxdb.urls
{{- end }}
{{- end }}
+4
View File
@@ -242,6 +242,10 @@ single:
## topic: "telegraf"
## data_format: "influx"
inputs:
cpu:
percpu: false
totalcpu: true
system:
## aerospike:
## servers:
## - "localhost:3000"