serviceaccount.yaml 213 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 {{- if .Values.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount metadata: name: {{ template "telegraf.serviceAccountName" . }} labels: {{- include "telegraf.labels" . | nindent 4 }} {{- end }}