diff --git a/contrib/openshift/manifests/manifests.yaml b/contrib/openshift/manifests/manifests.yaml index bd0d91dd3f..3082f9ab8d 100644 --- a/contrib/openshift/manifests/manifests.yaml +++ b/contrib/openshift/manifests/manifests.yaml @@ -53,10 +53,7 @@ objects: requests: cpu: ${{INDEXER_CPU_REQS}} memory: ${{INDEXER_MEM_REQS}} - command: - - sh - - '-c' - - rm -rf /var/tmp/sha* /var/tmp/fetch.* /var/tmp/rpmscanner.* && exec clair + command: [clair] env: - name: CLAIR_CONF value: '/etc/clair/config.yaml'