Commit 0a1203c7 authored by Jack Zampolin's avatar Jack Zampolin

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

parent 4a1b49ba
......@@ -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 }}
\ No newline at end of file
......@@ -242,6 +242,10 @@ single:
## topic: "telegraf"
## data_format: "influx"
inputs:
cpu:
percpu: false
totalcpu: true
system:
## aerospike:
## servers:
## - "localhost:3000"
......
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