summaryrefslogtreecommitdiffstats
path: root/vnfs/DAaaS/deploy/operator/charts/collectd-operator/templates/service_account.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'vnfs/DAaaS/deploy/operator/charts/collectd-operator/templates/service_account.yaml')
-rw-r--r--vnfs/DAaaS/deploy/operator/charts/collectd-operator/templates/service_account.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/vnfs/DAaaS/deploy/operator/charts/collectd-operator/templates/service_account.yaml b/vnfs/DAaaS/deploy/operator/charts/collectd-operator/templates/service_account.yaml
new file mode 100644
index 00000000..d3c17cf8
--- /dev/null
+++ b/vnfs/DAaaS/deploy/operator/charts/collectd-operator/templates/service_account.yaml
@@ -0,0 +1,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 }} \ No newline at end of file