Skip to content

Commit

Permalink
Fix: It was the docker -it that was causing the issues, not `--forc…
Browse files Browse the repository at this point in the history
…e-color`
  • Loading branch information
bokysan committed Sep 29, 2023
1 parent ee7908d commit 4d7d071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ for i in `${FIND} -maxdepth 1 -type f -name test\*yml | sort`; do
echo "☆☆☆☆☆☆☆☆☆☆ $i ☆☆☆☆☆☆☆☆☆☆"
helm template -f $i --dry-run mail > fixtures/demo.yaml
docker run \
-it \
-v "${SCRIPT_DIR}/fixtures:/fixtures" \
-v "${SCRIPT_DIR}/schemas:/schemas" \
garethr/kubeval \
--force-color \
--additional-schema-locations file:///schemas \
fixtures/demo.yaml
done

0 comments on commit 4d7d071

Please sign in to comment.