Skip to content

Commit 12e957a

Browse files
authored
fix: symbolicator cleanup command arguments on statefulset (#1995)
1 parent af25197 commit 12e957a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,11 @@ spec:
136136
- /bin/sh
137137
- -c
138138
args:
139-
- |
140-
while true; do
141-
symbolicator cleanup -c /etc/symbolicator/config.yml;
142-
sleep {{ .Values.symbolicator.api.cleaner.sleepInterval }};
143-
done
139+
- cleanup
140+
- -c
141+
- /etc/symbolicator/config.yml
142+
- --repeat
143+
- {{ .Values.symbolicator.api.cleaner.repeat }}
144144
volumeMounts:
145145
- mountPath: /etc/symbolicator
146146
name: config

0 commit comments

Comments
 (0)