From 0860075eaa2e688eb4dbbf5ff4d1204f744b1fe6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Groothuis?= Date: Thu, 23 Oct 2025 11:04:34 +0200 Subject: [PATCH] chore(bootstrap): renamed cluster name to exclude typo --- README.md | 8 ++++---- .../{artimis => artemis}/apps/argocd/app-project.yaml | 0 .../{artimis => artemis}/apps/argocd/application.yaml | 4 ++-- .../{artimis => artemis}/apps/argocd/kustomization.yaml | 0 clusters/{artimis => artemis}/apps/kustomization.yaml | 0 clusters/{artimis => artemis}/cluster.yaml | 6 +++--- clusters/{artimis => artemis}/kustomization.yaml | 0 manifests/{artimis => artemis}/argocd/certificate.yaml | 0 manifests/{artimis => artemis}/argocd/ingressRoute.yaml | 0 manifests/{artimis => artemis}/argocd/kustomization.yaml | 0 10 files changed, 9 insertions(+), 9 deletions(-) rename clusters/{artimis => artemis}/apps/argocd/app-project.yaml (100%) rename clusters/{artimis => artemis}/apps/argocd/application.yaml (85%) rename clusters/{artimis => artemis}/apps/argocd/kustomization.yaml (100%) rename clusters/{artimis => artemis}/apps/kustomization.yaml (100%) rename clusters/{artimis => artemis}/cluster.yaml (82%) rename clusters/{artimis => artemis}/kustomization.yaml (100%) rename manifests/{artimis => artemis}/argocd/certificate.yaml (100%) rename manifests/{artimis => artemis}/argocd/ingressRoute.yaml (100%) rename manifests/{artimis => artemis}/argocd/kustomization.yaml (100%) diff --git a/README.md b/README.md index 359e73d..94f78be 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The DGSE Cloud Kubernetes GitOps setup leverages ArgoCD to automate the deployme The repository is organized as follows: ### Clusters -- Artimis Cluster (Primary DGSE Cloud cluster) +- Artemis Cluster (Primary DGSE Cloud cluster) ### Core Applications - **ArgoCD**: The GitOps operator for managing Kubernetes applications. @@ -27,8 +27,8 @@ The repository is organized as follows: - **PocketID**: The identity provider for managing user authentication and authorization. ### File Locations -`/clusters/artimis/apps` Hosts all ArgoCD applications and projects for the Artimis cluster. +`/clusters/artemis/apps` Hosts all ArgoCD applications and projects for the Artemis cluster. -`/manifests/artimis` Hosts all Kubernetes manifests for the Artimis cluster. +`/manifests/artemis` Hosts all Kubernetes manifests for the Artemis cluster. -`/clusters/artimis/cluster.yaml` General cluster configuration for the Artimis cluster. +`/clusters/artemis/cluster.yaml` General cluster configuration for the Artemis cluster. diff --git a/clusters/artimis/apps/argocd/app-project.yaml b/clusters/artemis/apps/argocd/app-project.yaml similarity index 100% rename from clusters/artimis/apps/argocd/app-project.yaml rename to clusters/artemis/apps/argocd/app-project.yaml diff --git a/clusters/artimis/apps/argocd/application.yaml b/clusters/artemis/apps/argocd/application.yaml similarity index 85% rename from clusters/artimis/apps/argocd/application.yaml rename to clusters/artemis/apps/argocd/application.yaml index d759508..eb78cd7 100644 --- a/clusters/artimis/apps/argocd/application.yaml +++ b/clusters/artemis/apps/argocd/application.yaml @@ -4,14 +4,14 @@ metadata: name: argocd namespace: argocd labels: - platform.dgse.cloud/cluster: artimis + platform.dgse.cloud/cluster: artemis finalizers: - resources-finalizer.argocd.argoproj.io spec: project: argocd source: repoURL: 'https://git.dgse.cloud/DGSE/kubernetes.git' - path: manifests/artimis/argocd + path: manifests/artemis/argocd targetRevision: HEAD destination: namespace: argocd diff --git a/clusters/artimis/apps/argocd/kustomization.yaml b/clusters/artemis/apps/argocd/kustomization.yaml similarity index 100% rename from clusters/artimis/apps/argocd/kustomization.yaml rename to clusters/artemis/apps/argocd/kustomization.yaml diff --git a/clusters/artimis/apps/kustomization.yaml b/clusters/artemis/apps/kustomization.yaml similarity index 100% rename from clusters/artimis/apps/kustomization.yaml rename to clusters/artemis/apps/kustomization.yaml diff --git a/clusters/artimis/cluster.yaml b/clusters/artemis/cluster.yaml similarity index 82% rename from clusters/artimis/cluster.yaml rename to clusters/artemis/cluster.yaml index ce00a79..3d8c719 100644 --- a/clusters/artimis/cluster.yaml +++ b/clusters/artemis/cluster.yaml @@ -1,17 +1,17 @@ apiVersion: argoproj.io/v1alpha1 kind: Application metadata: - name: artimis-cluster + name: artemis-cluster namespace: argocd labels: - platform.dgse.cloud/cluster: artimis + platform.dgse.cloud/cluster: artemis finalizers: - resources-finalizer.argocd.argoproj.io spec: project: argocd source: repoURL: 'https://git.dgse.cloud/DGSE/kubernetes.git' - path: clusters/artimis + path: clusters/artemis targetRevision: HEAD destination: namespace: argocd diff --git a/clusters/artimis/kustomization.yaml b/clusters/artemis/kustomization.yaml similarity index 100% rename from clusters/artimis/kustomization.yaml rename to clusters/artemis/kustomization.yaml diff --git a/manifests/artimis/argocd/certificate.yaml b/manifests/artemis/argocd/certificate.yaml similarity index 100% rename from manifests/artimis/argocd/certificate.yaml rename to manifests/artemis/argocd/certificate.yaml diff --git a/manifests/artimis/argocd/ingressRoute.yaml b/manifests/artemis/argocd/ingressRoute.yaml similarity index 100% rename from manifests/artimis/argocd/ingressRoute.yaml rename to manifests/artemis/argocd/ingressRoute.yaml diff --git a/manifests/artimis/argocd/kustomization.yaml b/manifests/artemis/argocd/kustomization.yaml similarity index 100% rename from manifests/artimis/argocd/kustomization.yaml rename to manifests/artemis/argocd/kustomization.yaml