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/common/templates/serviceAccount.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 astroshop-helm/common/templates/serviceAccount.yaml (limited to 'astroshop-helm/common/templates/serviceAccount.yaml') diff --git a/astroshop-helm/common/templates/serviceAccount.yaml b/astroshop-helm/common/templates/serviceAccount.yaml new file mode 100644 index 0000000..75e8452 --- /dev/null +++ b/astroshop-helm/common/templates/serviceAccount.yaml @@ -0,0 +1,11 @@ +apiVersion: v1 +kind: ServiceAccount +metadata: + name: {{ .Values.serviceAccount.name }} + namespace: {{ .Values.namespace }} + labels: + opentelemetry.io/name: {{ .Values.serviceAccount.labels.opentelemetryIoName }} + app.kubernetes.io/instance: {{ .Values.serviceAccount.labels.appKubernetesIoInstance }} + app.kubernetes.io/name: {{ .Values.serviceAccount.labels.appKubernetesIoName }} + app.kubernetes.io/version: {{ quote .Values.serviceAccount.labels.appKubernetesIoVersion }} + app.kubernetes.io/part-of: {{ .Values.serviceAccount.labels.appKubernetesIoPartOf }} \ No newline at end of file -- cgit v1.2.3