Skip to content

Commit

Permalink
Default to use v1beta3 in e2e tests
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Snaps <[email protected]>
  • Loading branch information
alexsnaps committed Oct 28, 2024
1 parent 86dc495 commit 08cebd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ for cmd in realpath kubectl curl jq base64; do
done

namespace=${NAMESPACE:-"authorino"}
authconfig_version=${AUTHCONFIG_VERSION:-"v1beta2"}
authconfig_version=${AUTHCONFIG_VERSION:-"v1beta3"}
authconfig=${AUTHCONFIG:-"$(dirname $(realpath $0))/${authconfig_version}/authconfig.yaml"}
authconfig_invalid=${AUTHCONFIG_INVALID:-"$(dirname $(realpath $0))/${authconfig_version}/authconfig-invalid.yaml"}
verbose=${VERBOSE}
Expand Down

0 comments on commit 08cebd1

Please sign in to comment.