Skip to content
This repository was archived by the owner on Apr 27, 2024. It is now read-only.

Commit 13311d4

Browse files
author
benjamin-maynard
committed
Minor docs updates [skip ci]
1 parent 8997057 commit 13311d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The below table lists all of the Environment Variables that are configurable for
2525
| TARGET_DATABASE_NAMES | **(Required)** Name of the databases to dump. This should be comma seperated (e.g. `database1,database2`). |
2626
| TARGET_DATABASE_USER | **(Required)** Username to authenticate to the database with. |
2727
| TARGET_DATABASE_PASSWORD | **(Required)** Password to authenticate to the database with. Should be configured using a Secret in Kubernetes. |
28-
| BACKUP_TIMESTAMP | **(Required)** FORMAT of [date](http://man7.org/linux/man-pages/man1/date.1.html) which added to dump filename. Emty string if no need. |
28+
| BACKUP_TIMESTAMP | **(Optional)** Date string to append to the backup filename ([date](http://man7.org/linux/man-pages/man1/date.1.html) format). Leave unset if using S3 Versioning and date stamp is not required. |
2929
| SLACK_ENABLED | **(Optional)** (true/false) Enable or disable the Slack Integration (Default False). |
3030
| SLACK_USERNAME | **(Optional)** (true/false) Username to use for the Slack Integration (Default: kubernetes-s3-mysql-backup). |
3131
| SLACK_CHANNEL | **(Required if Slack enabled)** Slack Channel the WebHook is configured for. |

0 commit comments

Comments
 (0)