Unverified Commit 80dd9d47 authored by dougsc's avatar dougsc Committed by GitHub

update SA name for telegraf roles (#440)

* update SA name for telegraf roles
parent b45cba41
apiVersion: v1
name: telegraf-ds
version: 1.0.29
version: 1.0.30
appVersion: 1.21.1
deprecated: false
description: Telegraf is an agent written in Go for collecting, processing, aggregating, and writing metrics.
......
......@@ -7,7 +7,7 @@ metadata:
{{- include "telegraf.labels" . | nindent 4 }}
subjects:
- kind: ServiceAccount
name: {{ include "telegraf.fullname" . }}
name: {{ include "telegraf.serviceAccountName" . }}
namespace: {{ .Release.Namespace }}
roleRef:
apiGroup: rbac.authorization.k8s.io
......
apiVersion: v2
name: telegraf
version: 1.8.15
version: 1.8.16
appVersion: 1.21.4
deprecated: false
description: Telegraf is an agent written in Go for collecting, processing, aggregating, and writing metrics.
......
......@@ -11,7 +11,7 @@ metadata:
{{- include "telegraf.labels" . | nindent 4 }}
subjects:
- kind: ServiceAccount
name: {{ template "telegraf.fullname" . }}
name: {{ template "telegraf.serviceAccountName" . }}
namespace: {{ .Release.Namespace }}
roleRef:
apiGroup: rbac.authorization.k8s.io
......
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