diff --git a/argocd/_app-of-apps.yaml b/argocd/_app-of-apps.yaml index eb1273b..2ed76d3 100644 --- a/argocd/_app-of-apps.yaml +++ b/argocd/_app-of-apps.yaml @@ -9,7 +9,7 @@ spec: project: default source: repoURL: https://github.com/snothub/sturdy-adventure.git - path: argocd/apps + path: argocd destination: server: https://kubernetes.default.svc namespace: infra diff --git a/argocd/apps/prometheus.yaml b/argocd/prometheus.yaml similarity index 100% rename from argocd/apps/prometheus.yaml rename to argocd/prometheus.yaml diff --git a/argocd/apps/sealedsecrets.yaml b/argocd/sealedsecrets.yaml similarity index 100% rename from argocd/apps/sealedsecrets.yaml rename to argocd/sealedsecrets.yaml