Skip to content

Commit

Permalink
Removed helm --timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
warrenchristian1telus committed Sep 9, 2024
1 parent 43dd7bc commit 71fcf39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openshift/scripts/deploy-database-backups.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ else
ENVIRONMENT_FRIENDLY_NAME:
value: \"$APP_NAME Backups\"
" > config.yaml
helm install $DB_BACKUP_DEPLOYMENT_NAME $BACKUP_HELM_CHART --atomic --wait --timeout 30 -f config.yaml
helm install $DB_BACKUP_DEPLOYMENT_NAME $BACKUP_HELM_CHART --atomic --wait -f config.yaml
oc set image deployment/$DB_BACKUP_DEPLOYMENT_NAME backup-storage=$DB_BACKUP_IMAGE
fi

0 comments on commit 71fcf39

Please sign in to comment.