Skip to content

Commit

Permalink
format default variables
Browse files Browse the repository at this point in the history
  • Loading branch information
gi8lino authored Sep 3, 2020
1 parent 884caa7 commit 61e3e91
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ Please refer to the example deployment in the `deploy/` directory of this reposi

This image takes the following variables (all vars are required):

| Variable | Description | Example |
|-------------------------------|-------------------------------------------------------|------------------------------------------|
| `${GITLAB_MINIO_URL}` | URL for GitLab MinIO | `https://minio.local.example.com` |
| `${GITLAB_BACKUP_RETENTION}` | Delete backups older than ... days (default: 30d0h0m) | `7d0h0m` |
| `${GITLAB_MINIO_ACCESSKEY}` | GitLab MinIO accesskey (from k8s secret) | `abc` |
| `${GITLAB_MINIO_SECRETKEY}` | GitLab MinIO secretkey (from k8s secret) | `def` |
| `${BACKUP_MINIO_URL}` | URL for backup MinIO | `https://minio-backup.local.example.com` |
| `${BACKUP_MINIO_ACCESSKEY}` | Backup MinIO accesskey (from k8s secret) | `ghi` |
| `${BACKUP_MINIO_SECRETKEY}` | Backup MinIO secretkey (from k8s secret) | `jkl` |
| `${BACKUP_MINIO_BUCKET_NAME}` | Bucket name for backups (default: gitlab) | `gitlab` |
| Variable | Description | Example |
|-------------------------------|---------------------------------------------------------|------------------------------------------|
| `${GITLAB_MINIO_URL}` | URL for GitLab MinIO | `https://minio.local.example.com` |
| `${GITLAB_BACKUP_RETENTION}` | Delete backups older than ... days (default: `30d0h0m`) | `7d0h0m` |
| `${GITLAB_MINIO_ACCESSKEY}` | GitLab MinIO accesskey (from k8s secret) | `abc` |
| `${GITLAB_MINIO_SECRETKEY}` | GitLab MinIO secretkey (from k8s secret) | `def` |
| `${BACKUP_MINIO_URL}` | URL for backup MinIO | `https://minio-backup.local.example.com` |
| `${BACKUP_MINIO_ACCESSKEY}` | Backup MinIO accesskey (from k8s secret) | `ghi` |
| `${BACKUP_MINIO_SECRETKEY}` | Backup MinIO secretkey (from k8s secret) | `jkl` |
| `${BACKUP_MINIO_BUCKET_NAME}` | Bucket name for backups (default: `gitlab`) | `gitlab` |

0 comments on commit 61e3e91

Please sign in to comment.