diff --git a/argocd-apps/customers/.gitkeep b/argocd-apps/customers/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/argocd-apps/environments/dev/.gitkeep b/argocd-apps/environments/dev/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/argocd-apps/environments/prod/.gitkeep b/argocd-apps/environments/prod/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/argocd-apps/environments/test/.gitkeep b/argocd-apps/environments/test/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/argocd-apps/apps/argocd.yaml b/argocd-apps/platform/argocd.yaml similarity index 100% rename from argocd-apps/apps/argocd.yaml rename to argocd-apps/platform/argocd.yaml diff --git a/argocd-apps/apps/forgejo.yaml b/argocd-apps/platform/forgejo.yaml similarity index 100% rename from argocd-apps/apps/forgejo.yaml rename to argocd-apps/platform/forgejo.yaml diff --git a/argocd-apps/apps/longhorn.yaml b/argocd-apps/platform/longhorn.yaml similarity index 100% rename from argocd-apps/apps/longhorn.yaml rename to argocd-apps/platform/longhorn.yaml diff --git a/argocd-apps/apps/pgadmin.yaml b/argocd-apps/platform/pgadmin.yaml similarity index 100% rename from argocd-apps/apps/pgadmin.yaml rename to argocd-apps/platform/pgadmin.yaml diff --git a/argocd-apps/apps/postgres.yaml b/argocd-apps/platform/postgres.yaml similarity index 100% rename from argocd-apps/apps/postgres.yaml rename to argocd-apps/platform/postgres.yaml diff --git a/argocd-apps/root-app.yaml b/argocd-apps/root-app.yaml index 854e27e..89b5a16 100644 --- a/argocd-apps/root-app.yaml +++ b/argocd-apps/root-app.yaml @@ -8,7 +8,7 @@ spec: source: repoURL: https://www.symcrest.com/internal/dev/forgejo/symcrest/k8s-platform.git targetRevision: main - path: argocd-apps/apps + path: argocd-apps/platform destination: server: https://kubernetes.default.svc namespace: argocd