Skip to content

ArgoCD fixes and App migration #131

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

Merged
merged 4 commits into from
Mar 31, 2025
Merged

ArgoCD fixes and App migration #131

merged 4 commits into from
Mar 31, 2025

Conversation

ssoriche
Copy link
Contributor

This pull request introduces several improvements and migrations to enhance the
maintainability and consistency of our infrastructure:

ArgoCD Application Path Fix: Resolved an issue with ArgoCD by removing the
leading slash in the application path, ensuring compatibility and proper
resource referencing.

Loki, kube-prometheus and kube-thanos Migration: Transitioned applications
to the ArgoCD "App of Apps" pattern, streamlining deployment and improving
scalability.

These changes collectively improve the consistency of our deployment processes
and align with modern GitOps practices.

  • fix(argocd): remove leading slash in application path
  • chore(loki): Migrate to ArgoCD app of apps
  • chore(kube-prometheus): Migrate to ArgoCD App of Applications
  • chore(kube-thanos): Migrate to ArgoCD App of Applications

Remove the leading slash in the `path` field of the ArgoCD application
configuration to ensure compatibility with the repository structure.
ArgoCD interprets paths with a leading slash as absolute, which can
cause sync errors when it fails to locate the specified directory.
Move the Loki ArgoCD Application resource definition to follow the
ArgoCD App of Applications pattern.
Move the ArgoCD Application resource definition to follow the ArgoCD App
of Applications pattern.
Move the ArgoCD Application resource definition to follow the ArgoCD App
of Applications pattern.
@ssoriche ssoriche merged commit d75b518 into main Mar 31, 2025
@ssoriche ssoriche deleted the ssoriche/argocd branch March 31, 2025 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants