diff --git a/charts/factorio/test.sh b/charts/factorio/test.sh new file mode 100755 index 0000000..f36451f --- /dev/null +++ b/charts/factorio/test.sh @@ -0,0 +1,5 @@ +#!/bin/bash +if [ -d ./test ]; then + rm -rf ./test +fi +helm template --debug --release-name factorio --output-dir ./test ./ \ No newline at end of file