Skip to content

Commit d996a6d

Browse files
committed
use correct find package on alpine
1 parent 766113d commit d996a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployments/base/metrics/helm-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spec:
4747
- -c
4848
- |
4949
echo "🔍 Scanning for corrupted metadata.json files..."
50-
apk add --no-cache jq find coreutils
50+
apk add --no-cache jq findutils coreutils
5151
find /vmstorage-data/data -type f -name metadata.json | while read f; do
5252
if ! jq empty "$f" >/dev/null 2>&1; then
5353
echo "⚠️ Invalid JSON: $f"

0 commit comments

Comments
 (0)