mirror of
https://github.com/truenas/charts.git
synced 2026-06-18 01:26:53 +08:00
fix script
This commit is contained in:
@@ -23,7 +23,7 @@ helm dependency update "$chart_path"
|
||||
|
||||
if [ $1 == "template" ]; then
|
||||
echo "🧪 Running <helm template ./$chart_path"
|
||||
helm template "./$chart_path" --debug --set controllers.main.enabled=true
|
||||
helm template "./$chart_path" --debug --set workload.main.enabled=true
|
||||
else
|
||||
echo "🏁 Running <helm install --dry-run --debug common-test ${extra_args[@]} ./$chart_path"
|
||||
helm install --dry-run --debug common-test "${extra_args[@]}" "./$chart_path"
|
||||
|
||||
Reference in New Issue
Block a user