diff --git a/charts/self-host/templates/mssql.yaml b/charts/self-host/templates/mssql.yaml index 593dc898..4e3979a9 100644 --- a/charts/self-host/templates/mssql.yaml +++ b/charts/self-host/templates/mssql.yaml @@ -30,6 +30,8 @@ spec: {{ toYaml . | indent 8 }} {{- end }} spec: + securityContext: + fsGroup: 10001 {{- if .Values.database.podServiceAccount }} serviceAccount: {{ .Values.database.podServiceAccount | quote }} serviceAccountName: {{ .Values.database.podServiceAccount | quote }}