Skip to content

Commit 7b16cd9

Browse files
committed
chore: extraArgs lint test
Resolves #160 Signed-off-by: Ievgenii Shepeliuk <[email protected]>
1 parent a57edd5 commit 7b16cd9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/linter/test.sh

+5
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ if [ $? -ne 0 ]; then
4040
exit 1
4141
fi
4242

43+
helm lint charts/opa-kube-mgmt --strict --set "extraArgs={aa,bb,cc}"
44+
if [ $? -ne 0 ]; then
45+
exit 1
46+
fi
47+
4348
echo "=================================================================================="
4449
echo " LINT PASSED"
4550
echo "=================================================================================="

0 commit comments

Comments
 (0)