File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,10 @@ recovery_database_expected_count: 0
2929# backup period. If you're backing up every 6 hours, set this value to 12.
3030recovery_latest_backup_maximum_age_h : 0
3131
32+ # Do not stop on error?
33+ # If set the recovery Pod's DO_NOT_STOP_ON_ERROR variable is set.
34+ recovery_do_not_stop_on_error : no
35+
3236# Wait for recovery to finish?
3337# Set to 0 so as not to wait.
3438recovery_wait_minutes : 60
Original file line number Diff line number Diff line change 4242 secretKeyRef:
4343 name: {{ recovery_secret }}
4444 key: database_admin_user_password
45+ {% if recovery_do_not_stop_on_error %}
46+ - name: DO_NOT_STOP_ON_ERROR
47+ value: '1'
48+ {% endif %}
4549{% if recovery_database_expected_count %}
4650 - name: DATABASE_EXPECTED_COUNT
4751 value: '{{ recovery_database_expected_count }}'
You can’t perform that action at this time.
0 commit comments