Skip to content

Commit

Permalink
Adjust oc set image deployment for backup
Browse files Browse the repository at this point in the history
  • Loading branch information
warrenchristian1telus committed Jan 3, 2025
1 parent 23491e4 commit 22f5510
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 @@ -69,5 +69,5 @@ else
value: \"Backups\"
" > 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
oc set image deployment/$DB_BACKUP_DEPLOYMENT_FULL_NAME backup-storage=$DB_BACKUP_IMAGE
fi

0 comments on commit 22f5510

Please sign in to comment.