Readding ServiceAccount (#212)

* Readding ServiceAccount

* Bumping version
This commit is contained in:
Jansen Fuller
2026-06-10 03:32:09 +00:00
committed by GitHub
parent b5eb61a43d
commit 3f78f2d4c5
5 changed files with 27 additions and 1 deletions

View File

@ -23,6 +23,9 @@ spec:
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- if .Values.serviceAccount.create }}
serviceAccountName: {{ include "taskchampion-sync-server.serviceAccountName" . }}
{{- end }}
securityContext:
{{- toYaml .Values.securityContext | nindent 8 }}
{{- if and .Values.postgres.enabled .Values.postgres.initContainer.enabled }}