From 1c7fb64ff23b7ba12d4d5ed8d8ec6bb01f876ec0 Mon Sep 17 00:00:00 2001 From: akiyamn Date: Tue, 19 Jul 2022 10:46:27 +1000 Subject: Initial --- chart/templates/serviceaccount.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 chart/templates/serviceaccount.yaml (limited to 'chart/templates/serviceaccount.yaml') diff --git a/chart/templates/serviceaccount.yaml b/chart/templates/serviceaccount.yaml new file mode 100644 index 0000000..26a57fa --- /dev/null +++ b/chart/templates/serviceaccount.yaml @@ -0,0 +1,12 @@ +{{- if .Values.serviceAccount.create -}} +apiVersion: v1 +kind: ServiceAccount +metadata: + name: {{ include "chart.serviceAccountName" . }} + labels: + {{- include "chart.labels" . | nindent 4 }} + {{- with .Values.serviceAccount.annotations }} + annotations: + {{- toYaml . | nindent 4 }} + {{- end }} +{{- end }} -- cgit v1.2.3