mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Add note if .Values.daemonset.config.outputs.influxdb.url isn't set
This commit is contained in:
@@ -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 }}
|
||||
@@ -242,6 +242,10 @@ single:
|
||||
## topic: "telegraf"
|
||||
## data_format: "influx"
|
||||
inputs:
|
||||
cpu:
|
||||
percpu: false
|
||||
totalcpu: true
|
||||
system:
|
||||
## aerospike:
|
||||
## servers:
|
||||
## - "localhost:3000"
|
||||
|
||||
Reference in New Issue
Block a user