summaryrefslogtreecommitdiff
path: root/astroshop-helm/fraud-detection/templates/serviceaccount.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'astroshop-helm/fraud-detection/templates/serviceaccount.yaml')
-rw-r--r--astroshop-helm/fraud-detection/templates/serviceaccount.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/astroshop-helm/fraud-detection/templates/serviceaccount.yaml b/astroshop-helm/fraud-detection/templates/serviceaccount.yaml
new file mode 100644
index 0000000..d7ad9c0
--- /dev/null
+++ b/astroshop-helm/fraud-detection/templates/serviceaccount.yaml
@@ -0,0 +1,12 @@
+apiVersion: v1
+kind: ServiceAccount
+metadata:
+ name: {{ .Values.serviceAccount.name }}
+ namespace: {{ .Values.namespace }}
+ labels:
+ opentelemetry.io/name: {{ .Values.serviceAccount.name }}
+ app.kubernetes.io/instance: {{ .Values.serviceAccount.name }}
+ app.kubernetes.io/name: {{ .Values.serviceAccount.name }}
+ app.kubernetes.io/version: {{ quote .Values.serviceAccount.version }}
+ app.kubernetes.io/part-of: {{ .Values.serviceAccount.partOf }}
+ {{- include "fraud-detection.labels" . | nindent 4 }} \ No newline at end of file