mirror of
https://github.com/GothenburgBitFactory/taskchampion-sync-server.git
synced 2026-07-17 08:54:49 +00:00
Readding ServiceAccount (#212)
* Readding ServiceAccount * Bumping version
This commit is contained in:
@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user