Skip to content

Commit ee6a094

Browse files
committed
Remove fix-permissions in initContainer
1 parent 0d96c3f commit ee6a094

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.diploi/helm/app.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,6 @@ spec:
4545
- name: app-mount
4646
mountPath: /app
4747
{{- end }}
48-
- name: fix-permissions
49-
image: {{ .Values.images.app }}
50-
command: ['chown', '-R', '1000:1000', '/var/dpkeys']
51-
volumeMounts:
52-
- name: dataprotection-keys
53-
mountPath: /var/dpkeys
5448
{{- end }}
5549
containers:
5650
- name: app

0 commit comments

Comments
 (0)