[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:
parent
2417956212
commit
d56f3697b8
15 changed files with 425 additions and 4 deletions
12
templates/serviceaccount.yaml
Normal file
12
templates/serviceaccount.yaml
Normal 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 }}
|
Loading…
Add table
Add a link
Reference in a new issue