From df2bd058309ac234eebdad3b0682a137e27dfc44 Mon Sep 17 00:00:00 2001 From: Saumit Date: Sat, 4 Oct 2025 01:36:57 +0530 Subject: Add tested Helm chart and configuration files for OpenTelemetry demo services --- astroshop-helm/fraud-detection/templates/serviceaccount.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 astroshop-helm/fraud-detection/templates/serviceaccount.yaml (limited to 'astroshop-helm/fraud-detection/templates/serviceaccount.yaml') 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 -- cgit v1.2.3