Skip to content

Commit 80b95a4

Browse files
authored
fix: symbolicator statefulset cleaner configuration (#2004)
Removed command definition for symbolicator cleaner since /bin/sh is not installed in the symbolicator image
1 parent 436b022 commit 80b95a4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

charts/sentry/templates/symbolicator/statefulset-symbolicator.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,6 @@ spec:
132132
- name: {{ .Chart.Name }}-symbolicator-cleaner
133133
image: "{{ template "symbolicator.image" . }}"
134134
imagePullPolicy: {{ default "IfNotPresent" .Values.images.symbolicator.pullPolicy }}
135-
command:
136-
- /bin/sh
137-
- -c
138135
args:
139136
- cleanup
140137
- -c

0 commit comments

Comments
 (0)