diff --git a/apps/applicationset-headlamp.yaml b/apps/applicationset-headlamp.yaml index 037010e..ee06ec1 100644 --- a/apps/applicationset-headlamp.yaml +++ b/apps/applicationset-headlamp.yaml @@ -9,7 +9,7 @@ spec: repoURL: https://git.gkdomaine.fr/kubernetes/argocd.git revision: main files: - - path: "configs/*/config.json" # Il lit le fichier de config + - path: "apps/configs/*/config.json" # Il lit le fichier de config # - path: "headlamp/*/config-dev.json" # Il lit le fichier de config template: metadata: @@ -20,7 +20,7 @@ spec: source: repoURL: https://git.gkdomaine.fr/kubernetes/argocd.git targetRevision: main - path: 'headlamp/{{path.basename}}' # Pointe vers le répertoire Helm contenant Chart.yaml + path: 'helm/headlamp/{{path.basename}}' # Pointe vers le répertoire Helm contenant Chart.yaml helm: valueFiles: - values.yaml diff --git a/configs/dev/config.json b/apps/configs/dev/config.json similarity index 100% rename from configs/dev/config.json rename to apps/configs/dev/config.json diff --git a/configs/rct/config.json b/apps/configs/rct/config.json similarity index 100% rename from configs/rct/config.json rename to apps/configs/rct/config.json diff --git a/headlamp/dev/Chart.lock b/helm/headlamp/dev/Chart.lock similarity index 100% rename from headlamp/dev/Chart.lock rename to helm/headlamp/dev/Chart.lock diff --git a/headlamp/dev/Chart.yaml b/helm/headlamp/dev/Chart.yaml similarity index 100% rename from headlamp/dev/Chart.yaml rename to helm/headlamp/dev/Chart.yaml diff --git a/headlamp/dev/charts/headlamp-0.38.0.tgz b/helm/headlamp/dev/charts/headlamp-0.38.0.tgz similarity index 100% rename from headlamp/dev/charts/headlamp-0.38.0.tgz rename to helm/headlamp/dev/charts/headlamp-0.38.0.tgz diff --git a/headlamp/dev/values.yaml b/helm/headlamp/dev/values.yaml similarity index 100% rename from headlamp/dev/values.yaml rename to helm/headlamp/dev/values.yaml diff --git a/nextcloud/dev/Chart.lock b/helm/nextcloud/dev/Chart.lock similarity index 100% rename from nextcloud/dev/Chart.lock rename to helm/nextcloud/dev/Chart.lock diff --git a/nextcloud/dev/Chart.yaml b/helm/nextcloud/dev/Chart.yaml similarity index 100% rename from nextcloud/dev/Chart.yaml rename to helm/nextcloud/dev/Chart.yaml diff --git a/nextcloud/dev/charts/nextcloud-8.7.0.tgz b/helm/nextcloud/dev/charts/nextcloud-8.7.0.tgz similarity index 100% rename from nextcloud/dev/charts/nextcloud-8.7.0.tgz rename to helm/nextcloud/dev/charts/nextcloud-8.7.0.tgz diff --git a/nextcloud/dev/config.json b/helm/nextcloud/dev/config.json similarity index 100% rename from nextcloud/dev/config.json rename to helm/nextcloud/dev/config.json diff --git a/nextcloud/dev/values.yaml b/helm/nextcloud/dev/values.yaml similarity index 100% rename from nextcloud/dev/values.yaml rename to helm/nextcloud/dev/values.yaml diff --git a/nextcloud/prd/Chart.lock b/helm/nextcloud/prd/Chart.lock similarity index 100% rename from nextcloud/prd/Chart.lock rename to helm/nextcloud/prd/Chart.lock diff --git a/nextcloud/prd/Chart.yaml b/helm/nextcloud/prd/Chart.yaml similarity index 100% rename from nextcloud/prd/Chart.yaml rename to helm/nextcloud/prd/Chart.yaml diff --git a/nextcloud/prd/charts/nextcloud-8.6.1.tgz b/helm/nextcloud/prd/charts/nextcloud-8.6.1.tgz similarity index 100% rename from nextcloud/prd/charts/nextcloud-8.6.1.tgz rename to helm/nextcloud/prd/charts/nextcloud-8.6.1.tgz diff --git a/nextcloud/prd/config.json b/helm/nextcloud/prd/config.json similarity index 100% rename from nextcloud/prd/config.json rename to helm/nextcloud/prd/config.json diff --git a/nextcloud/prd/values.yaml b/helm/nextcloud/prd/values.yaml similarity index 100% rename from nextcloud/prd/values.yaml rename to helm/nextcloud/prd/values.yaml diff --git a/nextcloud/rct/Chart.lock b/helm/nextcloud/rct/Chart.lock similarity index 100% rename from nextcloud/rct/Chart.lock rename to helm/nextcloud/rct/Chart.lock diff --git a/nextcloud/rct/Chart.yaml b/helm/nextcloud/rct/Chart.yaml similarity index 100% rename from nextcloud/rct/Chart.yaml rename to helm/nextcloud/rct/Chart.yaml diff --git a/nextcloud/rct/charts/nextcloud-8.0.3.tgz b/helm/nextcloud/rct/charts/nextcloud-8.0.3.tgz similarity index 100% rename from nextcloud/rct/charts/nextcloud-8.0.3.tgz rename to helm/nextcloud/rct/charts/nextcloud-8.0.3.tgz diff --git a/nextcloud/rct/config.json b/helm/nextcloud/rct/config.json similarity index 100% rename from nextcloud/rct/config.json rename to helm/nextcloud/rct/config.json diff --git a/nextcloud/rct/values.yaml b/helm/nextcloud/rct/values.yaml similarity index 100% rename from nextcloud/rct/values.yaml rename to helm/nextcloud/rct/values.yaml