Skip to content

Commit 73a48cb

Browse files
committed
cleanup-host update
Signed-off-by: Subash Lakkimsetti <subash.lakkimsetti@intel.com>
1 parent fcbc92e commit 73a48cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • helm/attestation-verifier/charts/cleanup-host/templates

helm/attestation-verifier/charts/cleanup-host/templates/job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
args:
2929
- >
3030
echo deleting &&
31-
rm -rf /tmp/verifier
31+
rm -rf /tmp/verifier/*
3232
volumeMounts:
3333
- name: host-volume-verifier
3434
mountPath: /tmp/verifier

0 commit comments

Comments
 (0)