Skip to content

Commit

Permalink
properly close bash conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
zachmandeville committed Mar 14, 2022
1 parent d138d83 commit 5b295db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .sharing.io/init
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ if [[ -z "${TESTING_ONLY}" ]]; then
else
echo "TESTING!!!"
EXTRA_ENV="--set extraEnv[0].name=TESTING_ONLY --set extraEnv[0].value=on"
fi

if [ -f /var/run/secrets/kubernetes.io/serviceaccount/namespace ]; then
echo "install APISnoop into this cluster"
Expand Down

0 comments on commit 5b295db

Please sign in to comment.