Skip to content

Commit

Permalink
Merge pull request #538 from cyberark/fix-integ-debug
Browse files Browse the repository at this point in the history
Fix log level in integration tests 2nd pass
  • Loading branch information
szh authored Jul 20, 2023
2 parents 5c08b58 + b08194d commit 89cf308
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ fill_helm_chart() {
-e "s#{{ TAG }}# ${TAG:-"latest"}#g" \
-e "s#{{ LABELS }}# ${LABELS:-"app: test-helm"}#g" \
-e "s#{{ DEBUG }}# ${DEBUG:-"false"}#g" \
-e "s#{{ LOG_LEVEL }}# ${LOG_LEVEL:-"info"}#g" \
-e "s#{{ RETRY_COUNT_LIMIT }}# ${RETRY_COUNT_LIMIT:-"5"}#g" \
-e "s#{{ RETRY_INTERVAL_SEC }}# ${RETRY_INTERVAL_SEC:-"5"}#g" \
-e "s#{{ IMAGE_PULL_SECRET }}# ${IMAGE_PULL_SECRET:-""}#g" \
Expand Down

0 comments on commit 89cf308

Please sign in to comment.