Skip to content

Commit

Permalink
test(kuttl): remove -o pipefail bash option (#619)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickLarsenNZ authored Sep 2, 2024
1 parent a7e17c3 commit 0cf0b46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions tests/templates/kuttl/overrides/21-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ commands:
# Test envOverrides
#
- script: |
#!/usr/bin/env bash
set -euo pipefail
set -eu
# STS Spec Test Data
DRUID_BROKER_STS=$( kubectl -n "$NAMESPACE" get sts druid-broker-default -o yaml )
Expand Down
3 changes: 1 addition & 2 deletions tests/templates/kuttl/overrides/22-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ commands:
# Test configOverrides
#
- script: |
#!/usr/bin/env bash
set -euo pipefail
set -eu
# Config Test Data
DRUID_BROKER_CONFIG=$(
Expand Down

0 comments on commit 0cf0b46

Please sign in to comment.