We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a57edd5 commit 7b16cd9Copy full SHA for 7b16cd9
test/linter/test.sh
@@ -40,6 +40,11 @@ if [ $? -ne 0 ]; then
40
exit 1
41
fi
42
43
+helm lint charts/opa-kube-mgmt --strict --set "extraArgs={aa,bb,cc}"
44
+if [ $? -ne 0 ]; then
45
+ exit 1
46
+fi
47
+
48
echo "=================================================================================="
49
echo " LINT PASSED"
50
0 commit comments