From c3977d8c1d32b3b3fa8ab9f0181a19083900f953 Mon Sep 17 00:00:00 2001 From: douzeb Date: Mon, 19 Dec 2022 14:38:22 +0100 Subject: [PATCH] remove app of apps --- deploy/applications.yaml | 60 -------------------------------------- deploy/applicationset.yaml | 2 +- 2 files changed, 1 insertion(+), 61 deletions(-) delete mode 100644 deploy/applications.yaml diff --git a/deploy/applications.yaml b/deploy/applications.yaml deleted file mode 100644 index 7db8b9c..0000000 --- a/deploy/applications.yaml +++ /dev/null @@ -1,60 +0,0 @@ ---- -# Argo CD App definition for K8s POC demo -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: k8s-poc-demo -spec: - destination: - server: https://kubernetes.default.svc - namespace: infra-distrilab - project: default - source: - path: deploy/k8s-poc-demo/prod/ - repoURL: https://git.distrilab.fr/douzeb/distrilab-app-of-apps.git - targetRevision: HEAD ---- -# Argo CD App definition for Argo CD itself -# apiVersion: argoproj.io/v1alpha1 -# kind: Application -# metadata: -# name: argocd -# spec: -# destination: -# server: https://kubernetes.default.svc -# namespace: argocd -# project: default -# source: -# path: deploy/argocd/prod/ -# repoURL: https://git.distrilab.fr/douzeb/distrilab-app-of-apps.git -# targetRevision: HEAD -# --- -# # Argo CD App definition for another app -# apiVersion: argoproj.io/v1alpha1 -# kind: Application -# metadata: -# name: my-app -# spec: -# destination: -# server: https://kubernetes.default.svc -# namespace: my-namespace -# project: my-project -# source: -# path: deploy/my-project/overlays/prod -# repoURL: https://git.distrilab.fr/douzeb/distrilab-app-of-apps.git -# targetRevision: HEAD -# --- -# # Argo CD App definition for another app -# apiVersion: argoproj.io/v1alpha1 -# kind: Application -# metadata: -# name: my-app -# spec: -# destination: -# server: https://kubernetes.default.svc -# namespace: my-namespace -# project: my-project -# source: -# path: deploy/my-project/overlays/prod -# repoURL: https://git.distrilab.fr/douzeb/distrilab-app-of-apps.git -# targetRevision: HEAD diff --git a/deploy/applicationset.yaml b/deploy/applicationset.yaml index e660e23..9d38fd1 100644 --- a/deploy/applicationset.yaml +++ b/deploy/applicationset.yaml @@ -9,7 +9,7 @@ metadata: apiVersion: argoproj.io/v1alpha1 kind: ApplicationSet metadata: - name: infra-distrilab + name: le-distrilab spec: generators: - list: