Skip to content

Commit

Permalink
Fix missing variable in run-chart-test script
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Jul 10, 2020
1 parent d4f8308 commit 3a7a1af
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/e2e/run-chart-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@
# See the License for the specific language governing permissions and
# limitations under the License.

KIND_LOG_LEVEL="1"

if ! [ -z $DEBUG ]; then
set -x
KIND_LOG_LEVEL="6"
fi

set -o errexit
set -o nounset
set -o pipefail
Expand Down
1 change: 1 addition & 0 deletions test/e2e/wait-for-nginx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ controller:
image:
repository: ingress-controller/controller
tag: 1.0.0-dev
digest:
scope:
enabled: true
config:
Expand Down

0 comments on commit 3a7a1af

Please sign in to comment.