[CHORE] Integrate with helm (#7)

Co-authored-by: dunemask <dunemask@gmail.com>
Reviewed-on: https://gitea.dunemask.net/elysium/qualiteer/pulls/7
This commit is contained in:
dunemask 2023-08-24 18:16:58 +00:00
parent 2417956212
commit d56f3697b8
15 changed files with 425 additions and 4 deletions

View file

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