Skip to content

Commit

Permalink
fix: display tabs for GitHub + GitLab with Argo Workflows (fix #76) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
fharper authored Jul 19, 2023
1 parent 21b0022 commit 8e33a52
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/common/gitops.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,24 @@ The pipelines then continue with promotion of the release through the `preprod`

Once the release is ready, the release chart is published and delivered to production, and the application chart's version will be prepared for the next release.

### GitHub Integration with Argo Workflows
<!--tabs-->

# GitHub Integration with Argo Workflows

![Argo Workflows with GitHub](../img/kubefirst/github/github-argo-workflow.png)

The integration that we've established between GitHub and Argo Workflows will surface your powerful Argo Workflows engine directly in GitHub Actions, so that your developers have all of the workflow execution information available, directly associated with their commit in their application repository.

### GitLab Integration with Argo Workflows
# GitLab Integration with Argo Workflows

![Argo Workflows Integration with GitLab](../img/kubefirst/gitops/gitlab-workflows-integration.png)

The integration that we've established between GitLab and Argo Workflows will surface your powerful Argo Workflows engine directly in GitLab's native CI, so that your developers have all of the workflow execution information available directly associated with their commit in their application repository.

![Argo Workflows with GitLab](../img/kubefirst/gitlab/gitlab-argo-workflow.png)

<!--/tabs-->

## GitOps Resources

Our registry includes GitOps patterns for numerous source types including:
Expand Down

0 comments on commit 8e33a52

Please sign in to comment.