Messaging Service Helm charts package
[demo.git] / vnfs / DAaaS / messaging / charts / strimzi-kafka-operator / templates / 010-ServiceAccount-strimzi-cluster-operator.yaml
diff --git a/vnfs/DAaaS/messaging/charts/strimzi-kafka-operator/templates/010-ServiceAccount-strimzi-cluster-operator.yaml b/vnfs/DAaaS/messaging/charts/strimzi-kafka-operator/templates/010-ServiceAccount-strimzi-cluster-operator.yaml
new file mode 100644 (file)
index 0000000..45367ad
--- /dev/null
@@ -0,0 +1,10 @@
+apiVersion: v1
+kind: ServiceAccount
+metadata:
+  name: strimzi-cluster-operator
+  labels:
+    app: {{ template "strimzi.name" . }}
+    chart: {{ template "strimzi.chart" . }}
+    component: service-account
+    release: {{ .Release.Name }}
+    heritage: {{ .Release.Service }}