1
0

initial commit

This commit is contained in:
Vitali Quiering
2023-04-30 10:53:56 +02:00
commit d99c559f4f
9 changed files with 341 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{{- if .Values.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "act_runner.serviceAccountName" . }}
labels:
{{- include "act_runner.labels" . | nindent 4 }}
{{- with .Values.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}