database-dump component
Usage Example
include:
- component: $CI_SERVER_FQDN/xrow-public/ci-tools/common@stable
- component: $CI_SERVER_FQDN/xrow-public/ci-tools/database-dump@stable
inputs:
context: <value>
namespace: <value>
Inputs
| Name | Description | Default | Type |
| --- | --- | --- | --- |
| context | The Kubernetes context that the database snapshot will run in. | string | |
| name | The name of the database snapshot job, prefixed by 'dump:database:'. | default | string |
| namespace | The Kubernetes namespace that the database snapshot will run in. | string | |
| stage | The pipeline stage that the job will belong to. | deploy | string |
| timeout | Timeout for the database dump jobs. | 1h 00m | string |
| type | Type of database. | mysql | string |