Skip to content

Commit

Permalink
feat: add indicative prefix to tested charts
Browse files Browse the repository at this point in the history
  • Loading branch information
hadar-co committed Feb 10, 2022
1 parent 703b294 commit 9ed6f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ done

if [[ ${helm_chart_location} != "" ]]; then
currUinxTimestamp=$(date +%s)
tempManifestPath="/tmp/${helm_chart_name}_$currUinxTimestamp.yaml"
tempManifestPath="/tmp/helmtmp-${helm_chart_name}_$currUinxTimestamp.yaml"
$helm_command template "${helm_options[@]}" "$helm_chart_location" > $tempManifestPath
if [ -s $tempManifestPath ]; then
$HELM_PLUGIN_DIR/bin/datree "${datree_options[@]}" $tempManifestPath
Expand Down

0 comments on commit 9ed6f75

Please sign in to comment.