Create GitOps sync
arcane_gitops_createCreate a GitOps sync configuration to automate Docker deployment by syncing compose files from a Git repository to an environment.
Instructions
Create a new GitOps sync configuration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| environmentId | Yes | Environment ID | |
| name | Yes | Name for the sync | |
| repositoryId | Yes | Git repository ID | |
| branch | Yes | Branch to sync from | |
| path | Yes | Path to compose files in repo | |
| folders | No | Specific folders to sync (for folder-level sync) | |
| autoSync | No | Enable automatic syncing | |
| syncInterval | No | Sync interval in seconds (for auto-sync) |