database-sync component
Usage Example
include:
- component: $CI_SERVER_FQDN/xrow-public/ci-tools/common@stable
- component: $CI_SERVER_FQDN/xrow-public/ci-tools/database-sync@stable
inputs:
dst_context: <value>
dst_namespace: <value>
src_context: <value>
src_namespace: <value>
Inputs
| Name | Description | Default | Type |
| --- | --- | --- | --- |
| dst_context | The target destination Kubernetes context that the database and files will be copied to. | string | |
| dst_namespace | The target destination Kubernetes namespace that the database and files will be copied to. | string | |
| name | The name of the data sync job, prefixed by 'sync:'. | data | string |
| src_context | The source Kubernetes context that the database and files will be copied from. | string | |
| src_namespace | The source Kubernetes namespace that the database and files will be copied from. | string | |
| stage | The pipeline stage that the job will belong to. | .post | string |
| timeout | Timeout for the data sync job. | 2h | string |
| type | Type of project. | ibexa | string |