Skip to content

Commit

Permalink
unique the name
Browse files Browse the repository at this point in the history
  • Loading branch information
charlielye committed Feb 27, 2025
1 parent a738248 commit e7baec2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 137 deletions.
2 changes: 1 addition & 1 deletion spartan/scripts/test_kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ set -x
# Main positional parameter
test=$1
values_file="${2:-default.yaml}"
helm_instance="${3:-spartan}"
helm_instance="${3:-$(basename $test | tr '.' '-')}"

# Default values for environment variables
namespace="${NAMESPACE:-test-kind}"
Expand Down
136 changes: 0 additions & 136 deletions spartan/scripts/upgrade_rollup_with_lock.sh

This file was deleted.

0 comments on commit e7baec2

Please sign in to comment.