Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Sep 6, 2024
1 parent 74ea729 commit c859553
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8s-test.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

set -xe

TEST_NAMESPACE="${TEST_NAMESPACE:-kind-test}"
RELEASE_NAME="${RELEASE_NAME:-cryostat-kind-test}"
TEST_NAMESPACE="${TEST_NAMESPACE:-k8s-test}"
RELEASE_NAME="${RELEASE_NAME:-cryostat-k8s-test}"

if [ "${CREATE_CLUSTER:-true}" = "true" ]; then
kind create cluster
Expand Down

0 comments on commit c859553

Please sign in to comment.