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
Copy file name to clipboardExpand all lines: charts/pg-db/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -167,6 +167,7 @@ The chart can be customized using the following configurable parameters:
167
167
|`backups.pgbackrest.repoHost.securityContext`| The Kubernetes Pod security context for pgBackRest repo |`{}`|
168
168
|`backups.pgbackrest.manual.repoName`| Name of the pgBackRest repository for on-demand backups |`repo1`|
169
169
|`backups.pgbackrest.manual.options`| The on-demand backup command-line options which will be passed to pgBackRest for on-demand backups |`--type=full`|
170
+
|`backups.pgbackrest.manual.initialDelaySeconds`| Number of seconds to wait before starting the backup. After the backup pod is scheduled, its entrypoint will wait for this number of seconds before initiating the backup process. |`0`|
170
171
|`backups.pgbackrest.repos.repo1.name`| Name of the pgBackRest repository for backups |`repo1`|
171
172
|`backups.pgbackrest.repos.repo1.schedules.full`| Scheduled time to make a full backup specified in the crontab format |`0 0 \* \* 6`|
172
173
|`backups.pgbackrest.repos.repo1.schedules.differential`| Scheduled time to make a differential backup specified in the crontab format |`0 0 \* \* 6`|
0 commit comments