adfinis / openshift-etcd-backup

CronJob to perform an etcd backup inside an OpenShift cluster
GNU Affero General Public License v3.0
17 stars 18 forks source link

fix(backup.sh): disable S3 by default #74

Closed vmaillot closed 6 months ago

vmaillot commented 6 months ago

Because we are using set -u and the variable is not set in case of not using S3 we have to disable by design. Other solution would be to remove set -u but we do not want that.