Sources

The GitOps Sources screen provides a central place to view and manage all external sources connected to your Portainer instance, including Git repositories, registries, and GitOps-created authentication tokens.

Sources is a read-only view - to create or edit a GitOps configuration, use the Docker Stacks, Kubernetes Applications, or Edge Stacks views.

Supporting resources such as Service Accounts, ConfigMaps, and Secrets deployed via Create from code are not included in the Sources view.

To view your GitOps sources, select Sources from the left-hand menu.

From this view, you can monitor the connectivity status of each source, manage credentials, and maintain consistency across the platform, without needing to navigate between multiple configuration screens.

Each source displays its current connectivity status, calculated at the time of the last connection attempt, whether triggered manually or via an automated GitOps polling workflow. If a credential expires or a network change blocks access, the status updates to reflect this. It also displays the source URL, the number of workflows and environments the source is connected to, and the time of the last sync.

View a source

Click a source to view its details. The Settings tab shows:

  • The Connection Details, including the repository URL, branch, and source type.

  • The Authentication method configured for the source.

  • Any Change Detection settings.

  • The Sync Status including the time of the last sync.

The Workflows tab lists any workflows using this source.

Last updated

Was this helpful?