Chart name contains spaces
termit-uanic opened this issue · 2 comments
termit-uanic commented
If there are spaces in the title of the diagram, there will be an error
Chart.yaml
apiVersion: v2
name: Test Chart v2
description: A Helm chart for Kubernetes
❯ helm datree test ./ -- --values values.yaml --values values-test.yaml --set namespace=test
~/.local/share/helm/plugins/helm-datree/scripts/run.sh: line 34: $tempManifestPath: ambiguous redirect
Error: plugin "datree" exited with error
You should quote the variable $tempManifestPath
run.sh
helm template "${helm_options[@]}" "$helm_chart_location" > "$tempManifestPath"
$HELM_PLUGIN_DIR/bin/datree "${datree_options[@]}" "$tempManifestPath"
termit-uanic commented
sorry
Hastened to send a bug