Commit e8b6c626 authored by Jack Zampolin's avatar Jack Zampolin

Fix kubenetes plugin and deploy only service by default

parent d737673e
{{- if gt (len .Values.single.config.outputs.influxdb.urls) 0 }}
{{- if .Values.single.enabled -}}
{{- if .Values.single.service.enabled -}}
apiVersion: v1
......@@ -40,5 +39,4 @@ spec:
selector:
app: {{ template "fullname" . }}-s
{{- end -}}
{{- end -}}
{{- end -}}
\ No newline at end of file
......@@ -126,7 +126,7 @@ daemonset:
swap:
system:
kubernetes:
url: "http://$NODE_IP:10255"
url: "http://$HOSTNAME:10255"
bearer_token: "/var/run/secrets/kubernetes.io/serviceaccount/token"
insecure_skip_verify: true
......
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