Skip to content

Commit

Permalink
[E2E] - Ensure Multiple Replicas in Testing (#1123)
Browse files Browse the repository at this point in the history
We need to ensure multiple replicas are running
  • Loading branch information
gambol99 committed Nov 23, 2023
1 parent 0c7dfa7 commit 4c6c55f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/e2e/integration/setup.bats
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ teardown() {

if [[ ${USE_CHART} == "false" ]]; then
cat <<EOF > ${BATS_TMPDIR}/my_values.yaml
replicaCount: 1
replicaCount: 2
controller:
enableNamespaceProtection: true
images:
Expand Down Expand Up @@ -105,8 +105,6 @@ EOF
}

@test "We should have a clean terraform namespace for testing" {
labels="terraform.appvia.io/configuration=bucket,terraform.appvia.io/stage=plan"

runit "kubectl delete policies.terraform.appvia.io --all"
[[ "$status" -eq 0 ]]
runit "kubectl -n ${NAMESPACE} delete job --all"
Expand Down

0 comments on commit 4c6c55f

Please sign in to comment.