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