feat: Create makai

This commit is contained in:
2025-08-25 10:14:38 +02:00
parent fdd05474ec
commit 7ac2f37455
19 changed files with 607 additions and 0 deletions
@@ -0,0 +1,12 @@
{{- if .Values.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "makai.serviceAccountName" . }}
labels:
{{- include "makai.labels" . | nindent 4 }}
{{- with .Values.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}