Skip to content

Commit

Permalink
Remove atomic from helm install of db-backup
Browse files Browse the repository at this point in the history
  • Loading branch information
warrenchristian1telus committed Jan 3, 2025
1 parent ec5c856 commit 23491e4
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 @@ -68,6 +68,6 @@ else
ENVIRONMENT_FRIENDLY_NAME:
value: \"Backups\"
" > config.yaml
helm install $DB_BACKUP_DEPLOYMENT_NAME $BACKUP_HELM_CHART --atomic --wait --timeout 20m0s -f config.yaml
helm install $DB_BACKUP_DEPLOYMENT_NAME $BACKUP_HELM_CHART --wait --timeout 20m0s -f config.yaml
oc set image deployment/$DB_BACKUP_DEPLOYMENT_NAME backup-storage=$DB_BACKUP_IMAGE
fi

0 comments on commit 23491e4

Please sign in to comment.