Skip to content

Commit b2ed408

Browse files
authored
Merge pull request #26 from dbrau/patch-1
Update check_kubernetes.sh
2 parents 19c65d8 + f7a7828 commit b2ed408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check_kubernetes.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ mode_pvc() {
323323
done
324324

325325
if [ "$WARN_ERROR" -eq "0" ] && [ "$CRIT_ERROR" -eq "0" ]; then
326-
echo "OK. No problem on $pvc_count pvc storage"
326+
echo "OK. No problem on $PVC_COUNT pvc storage"
327327
elif [ "$WARN_ERROR" -ne "0" ] && [ "$CRIT_ERROR" -eq "0" ]; then
328328
exit 1
329329
elif [ "$CRIT_ERROR" -ne "0" ]; then

0 commit comments

Comments
 (0)