We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d8dca7 commit bb86a01Copy full SHA for bb86a01
scripts/helm-unittests.sh
@@ -5,4 +5,4 @@ CHART_DIR="$(cd "$(dirname "$0")/.." && pwd)"
5
echo "$CHART_DIR"
6
7
echo "Running Helm unittests"
8
-docker run --entrypoint "/bin/sh" -it --rm -v $CHART_DIR/charts:/charts alpine/helm:3.19.0 -c 'helm plugin install https://github.com/helm-unittest/helm-unittest.git --version 1.0.1 && helm unittest /charts/gitops-runtime -f tests/external_argocd_test.yaml'
+docker run --entrypoint "/bin/sh" -it --rm -v $CHART_DIR/charts:/charts alpine/helm:3.19.0 -c 'helm plugin install https://github.com/helm-unittest/helm-unittest.git --version 1.0.1 && helm unittest /charts/gitops-runtime'
0 commit comments