summaryrefslogtreecommitdiff
path: root/astroshop-helm/common/templates
diff options
context:
space:
mode:
Diffstat (limited to 'astroshop-helm/common/templates')
-rw-r--r--astroshop-helm/common/templates/serviceAccount.yaml11
1 files changed, 11 insertions, 0 deletions
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