Files
devops-infra-helm-charts-gcp/helm-templates/telegraf-operator/templates/serviceaccount.yaml
T
2026-08-26 03:39:42 +05:30

14 lines
318 B
YAML

apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "telegraf-operator.fullname" . }}
namespace: {{ .Release.Namespace }}
labels:
{{- include "telegraf-operator.labels" . | nindent 4 }}
{{- with .Values.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}