From 584857f515ab6fe30530d25483869ed517e9575d Mon Sep 17 00:00:00 2001 From: Max Resnick Date: Wed, 1 Jan 2020 11:08:33 -0800 Subject: add cgit chart --- grumpy/cgit/templates/serviceaccount.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 grumpy/cgit/templates/serviceaccount.yaml (limited to 'grumpy/cgit/templates/serviceaccount.yaml') diff --git a/grumpy/cgit/templates/serviceaccount.yaml b/grumpy/cgit/templates/serviceaccount.yaml new file mode 100644 index 0000000..9b6aa29 --- /dev/null +++ b/grumpy/cgit/templates/serviceaccount.yaml @@ -0,0 +1,8 @@ +{{- if .Values.serviceAccount.create -}} +apiVersion: v1 +kind: ServiceAccount +metadata: + name: {{ template "cgit.serviceAccountName" . }} + labels: +{{ include "cgit.labels" . | indent 4 }} +{{- end -}} -- cgit v1.2.3