Skip to content

Commit 9612ee6

Browse files
committed
contrib: remove rpmscanner files on startup
We should also wipe these files on start up to avoid filling up the PVCs. Signed-off-by: crozzy <[email protected]>
1 parent 039d207 commit 9612ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/openshift/manifests/manifests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ objects:
5656
command:
5757
- sh
5858
- '-c'
59-
- rm -rf /tmp/sha* /tmp/fetch.* && exec clair
59+
- rm -rf /tmp/sha* /tmp/fetch.* /tmp/rpmscanner.* && exec clair
6060
env:
6161
- name: CLAIR_CONF
6262
value: '/etc/clair/config.yaml'

0 commit comments

Comments
 (0)