From cc8d815d5a52664bd375228743621d885aca883d Mon Sep 17 00:00:00 2001 From: Danijel Simeunovic Date: Sun, 8 Feb 2026 23:30:36 +0100 Subject: [PATCH] infra --- argocd/_app-of-apps.yaml | 2 +- argocd/{ => infra}/prometheus.yaml | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename argocd/{ => infra}/prometheus.yaml (100%) diff --git a/argocd/_app-of-apps.yaml b/argocd/_app-of-apps.yaml index fdef8eb..199795c 100644 --- a/argocd/_app-of-apps.yaml +++ b/argocd/_app-of-apps.yaml @@ -11,7 +11,7 @@ spec: project: default source: repoURL: https://github.com/snothub/sturdy-adventure.git - path: argocd + path: argocd/infra destination: server: https://kubernetes.default.svc namespace: argocd diff --git a/argocd/prometheus.yaml b/argocd/infra/prometheus.yaml similarity index 100% rename from argocd/prometheus.yaml rename to argocd/infra/prometheus.yaml