aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/DAaaS/deploy/operator/charts/collectd-operator/templates/service_account.yaml
blob: 40db9c9e9248c3380b79f83302d22f1c92deb616 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{{- if .Values.enabled }}
apiVersion: v1
kind: ServiceAccount
metadata:
  name: collectd-operator
  labels:
    app: {{ template "collectd-operator.name" . }}
    chart: {{ template "collectd-operator.chart" . }}
    component: service-account
    release: {{ .Release.Name }}
    heritage: {{ .Release.Service }}
{{- end }}