Skip to content

Commit

Permalink
fix kubeconform test
Browse files Browse the repository at this point in the history
  • Loading branch information
b0l0k committed Oct 17, 2023
1 parent e66d8ec commit 166f2ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/conform/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ runs:
fi
# Test if the directory respects the convention */charts & */values
if [ values == ${chart} -o ! -f values ]; then
if [ ${values} == ${chart} -o ! -d ${values} ]; then
echo "Chart/Values not present, skip."
continue
fi
Expand Down

0 comments on commit 166f2ce

Please sign in to comment.