Helm, Actions, Dev updates, and much more! (#4)
Co-authored-by: dunemask <dunemask@gmail.com> Reviewed-on: https://gitea.dunemask.net/elysium/nile/pulls/4
This commit is contained in:
parent
db2953b151
commit
45b20ae2b0
16 changed files with 1230 additions and 883 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 "nile.serviceAccountName" . }}
|
||||
labels:
|
||||
{{- include "nile.labels" . | nindent 4 }}
|
||||
{{- with .Values.serviceAccount.annotations }}
|
||||
annotations:
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
Loading…
Add table
Add a link
Reference in a new issue