Skip to content

Commit

Permalink
fix(backup.sh): disable S3 by default
Browse files Browse the repository at this point in the history
Signed-off-by: Valentin Maillot <[email protected]>
  • Loading branch information
vmaillot committed Mar 1, 2024
1 parent 048f27a commit 63c9d2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@

set -xeuo pipefail

OCP_BACKUP_S3="false"

# check storage type
if [ "${OCP_BACKUP_S3}" = "true" ]; then
# prepare & push backup to S3
Expand Down

0 comments on commit 63c9d2f

Please sign in to comment.