moves helm chart

This commit is contained in:
simon.franken
2026-03-25 10:25:29 +01:00
parent ca521000bf
commit 88866f73e6
12 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
{{- if .Values.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "timetracker.serviceAccountName" . }}
labels:
{{- include "timetracker.labels" . | nindent 4 }}
{{- with .Values.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}