We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af25197 commit 12e957aCopy full SHA for 12e957a
charts/sentry/templates/symbolicator/statefulset-symbolicator.yaml
@@ -136,11 +136,11 @@ spec:
136
- /bin/sh
137
- -c
138
args:
139
- - |
140
- while true; do
141
- symbolicator cleanup -c /etc/symbolicator/config.yml;
142
- sleep {{ .Values.symbolicator.api.cleaner.sleepInterval }};
143
- done
+ - cleanup
+ - -c
+ - /etc/symbolicator/config.yml
+ - --repeat
+ - {{ .Values.symbolicator.api.cleaner.repeat }}
144
volumeMounts:
145
- mountPath: /etc/symbolicator
146
name: config
0 commit comments