Fix production test (#297)

This commit is contained in:
kfox1111
2024-03-22 18:59:09 -07:00
committed by GitHub
parent 83ea863d57
commit c18fb01bd3
+1 -1
View File
@@ -65,7 +65,7 @@ if [[ -n "$UPGRADE_ARGS" ]]; then
pushd "${UPGRADE_VERSION}"
git checkout "${UPGRADE_VERSION/v/spire-}"
helm install --create-namespace -n spire-system spire-crds charts/spire-crds
./examples/production/run-tests.sh -c
./tests/integration/production/run-tests.sh -c
popd
popd
# Any other upgrade steps go here. (Upgrade crds, delete statefulsets without cascade, etc.)