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