Skip to content

Commit

Permalink
add: test chart script
Browse files Browse the repository at this point in the history
  • Loading branch information
deB4SH committed Nov 6, 2024
1 parent e9102c2 commit 54ea658
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions charts/factorio/test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash
if [ -d ./test ]; then
rm -rf ./test
fi
helm template --debug --release-name factorio --output-dir ./test ./

0 comments on commit 54ea658

Please sign in to comment.