You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| restoreJob.imagePullSecrets | list |`[]`| ImagePullSecret used to pull the images for the restore pod's containers |
169
169
| restoreJob.schedule | string |`"0 0 1 1 *"`| Schedule for the restore Cronjob. CronJob resources needs a valid schedule, but this one will never be used since it will always be suspended (see spec.suspend field). |
170
170
| restoreJob.archiveName | string |`"redcap-backup.tar.gz"`| Name of the backup archive to restore. |
171
-
| restoreJob.redcap.image.repository | string |`"busybox"`| Image repository for the REDCap application restore container. |
172
-
| restoreJob.redcap.image.tag | string |`"1"`| Image tag for the REDCap application restore container. |
173
-
| restoreJob.redcap.image.pullPolicy | string |`"Always"`| Image pullPolicy for the REDCap application restore container. |
174
171
| restoreJob.downloader.image.repository | string |`"rclone/rclone"`| Image repository for the REDCap downloader container. |
175
172
| restoreJob.downloader.image.tag | string |`"drime"`| Image tag for the REDCap downloader container. |
176
173
| restoreJob.downloader.image.pullPolicy | string |`"Always"`| Image pullPolicy for the REDCap downloader container. |
| restoreJob.downloader.s3.config.auth.accessKeyID | string |`""`| AccessKeyID needed for authentication on the S3 bucket. |
182
179
| restoreJob.downloader.s3.config.auth.secretAccessKey | string |`""`| SecretAccessKey needed for authentication on the S3 bucket. |
183
180
| restoreJob.downloader.s3.config.auth.existingSecret | string |`""`| Reference to an existing secret holding the AccessKeyID and SecretAccessKey needed for authentication on the S3 bucket. If set, overrides the AccessKeyID and SecretAccessKey values. |
181
+
| restoreJob.file.image.repository | string |`"busybox"`| Image repository for the REDCap application restore container. |
182
+
| restoreJob.file.image.tag | string |`"1"`| Image tag for the REDCap files application container. |
183
+
| restoreJob.file.image.pullPolicy | string |`"Always"`| Image pullPolicy for the REDCap application restore container. |
184
+
| restoreJob.redcap.image.repository | string |`"alpine/curl"`| Image repository for the REDCap application restore container. |
185
+
| restoreJob.redcap.image.tag | string |`"8.12.1"`| Image tag for the REDCap application restore container. |
186
+
| restoreJob.redcap.image.pullPolicy | string |`"Always"`| Image pullPolicy for the REDCap application restore container. |
184
187
| restoreJob.resources | object |`{}`| Resources for backup job's pod. |
0 commit comments