diff --git a/contrib/openshift/manifests/manifests.yaml b/contrib/openshift/manifests/manifests.yaml index 0c5167368a..30556dea37 100644 --- a/contrib/openshift/manifests/manifests.yaml +++ b/contrib/openshift/manifests/manifests.yaml @@ -81,6 +81,14 @@ objects: mountPath: /etc/clair - name: indexer-layer-storage mountPath: /tmp + initContainers: + - name: init-wipe-vpc + image: ${{UBI_IMAGE}}:${{UBI_IMAGE_TAG}} + command: ['sh', '-c', "rm -rf /tmp/*"] + volumeMounts: + - name: indexer-layer-storage + mountPath: /tmp + # # matcher deployment