Skip to content

Commit

Permalink
Fix production test (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
kfox1111 authored Mar 23, 2024
1 parent 83ea863 commit c18fb01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/production/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.)
Expand Down

0 comments on commit c18fb01

Please sign in to comment.