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:
dunemask 2023-08-18 17:43:33 +00:00
parent db2953b151
commit 45b20ae2b0
16 changed files with 1230 additions and 883 deletions

View 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 }}