Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: display tabs for GitHub + GitLab registry applications (fix #48) #394

Merged
merged 4 commits into from
Jul 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions docs/common/argocd.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,18 @@ Argo CD is really great at providing a straightforward mechanism for you to mana

The configuration for all of your apps in your Kubernetes cluster can be found in your new `gitops` repository at path `/registry/<cluster-name>`.

GitLab registry applications:
![GitLab Applications Registry](../img/kubefirst/gitops/registry.png)
<!--tabs-->

# GitHub registry applications

GitHub registry applications:
![GitHub Applications Registry](../img/kubefirst/local/gitops-registry.png)

# GitLab registry applications

![GitLab Applications Registry](../img/kubefirst/gitops/registry.png)

<!--/tabs-->

Each of these YAML files will include details regarding the application's source, destination, and Helm configuration overrides.

## Applying Changes in Argo CD
Expand Down