Skip to content

Commit 9369dda

Browse files
authored
DLKE-30 Enforce security context on litestream container (#83)
1 parent 7cf03b5 commit 9369dda

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

charts/linkurious-enterprise/templates/deployment.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ spec:
152152
{{- end }}
153153
{{- if .Values.backup.litestream.enabled }}
154154
- name: litestream
155+
securityContext:
156+
{{- toYaml .Values.securityContext | nindent 12 }}
155157
image: litestream/litestream:0.3.9
156158
args: ['replicate']
157159
volumeMounts:

0 commit comments

Comments
 (0)