[CHORE] Migrate to helm chart (#4)
Co-authored-by: dunemask <dunemask@gmail.com> Reviewed-on: https://gitea.dunemask.net/elysium/nubian/pulls/4
This commit is contained in:
parent
3dba2dd52f
commit
ee5c3fd600
12 changed files with 414 additions and 1 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 "nubian.serviceAccountName" . }}
|
||||
labels:
|
||||
{{- include "nubian.labels" . | nindent 4 }}
|
||||
{{- with .Values.serviceAccount.annotations }}
|
||||
annotations:
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
Reference in a new issue