Skip to content

Commit

Permalink
contrib: remove rpmscanner files on startup
Browse files Browse the repository at this point in the history
We should also wipe these files on start up to avoid
filling up the PVCs.

Signed-off-by: crozzy <joseph.crosland@gmail.com>
  • Loading branch information
crozzy committed Aug 2, 2022
1 parent 039d207 commit 9612ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/openshift/manifests/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ objects:
command:
- sh
- '-c'
- rm -rf /tmp/sha* /tmp/fetch.* && exec clair
- rm -rf /tmp/sha* /tmp/fetch.* /tmp/rpmscanner.* && exec clair
env:
- name: CLAIR_CONF
value: '/etc/clair/config.yaml'
Expand Down

0 comments on commit 9612ee6

Please sign in to comment.