Skip to content

Commit

Permalink
chore: extraArgs lint test
Browse files Browse the repository at this point in the history
Resolves #160

Signed-off-by: Ievgenii Shepeliuk <[email protected]>
  • Loading branch information
eshepelyuk committed Jun 2, 2022
1 parent a57edd5 commit 7b16cd9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/linter/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ if [ $? -ne 0 ]; then
exit 1
fi

helm lint charts/opa-kube-mgmt --strict --set "extraArgs={aa,bb,cc}"
if [ $? -ne 0 ]; then
exit 1
fi

echo "=================================================================================="
echo " LINT PASSED"
echo "=================================================================================="

0 comments on commit 7b16cd9

Please sign in to comment.