diff --git a/docs/common/argocd.mdx b/docs/common/argocd.mdx index 97945142..5dde92b8 100644 --- a/docs/common/argocd.mdx +++ b/docs/common/argocd.mdx @@ -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/`. -GitLab registry applications: -![GitLab Applications Registry](../img/kubefirst/gitops/registry.png) + + +# 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) + + + Each of these YAML files will include details regarding the application's source, destination, and Helm configuration overrides. ## Applying Changes in Argo CD