From da984196f55e74f4e23e4b64381953839e56b21d Mon Sep 17 00:00:00 2001 From: Danijel Simeunovic Date: Sun, 8 Feb 2026 23:28:44 +0100 Subject: [PATCH] move --- 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 199795c..fdef8eb 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/infra + path: argocd destination: server: https://kubernetes.default.svc namespace: argocd diff --git a/argocd/infra/prometheus.yaml b/argocd/prometheus.yaml similarity index 100% rename from argocd/infra/prometheus.yaml rename to argocd/prometheus.yaml