remove app of apps
This commit is contained in:
parent
f841239b51
commit
c3977d8c1d
2 changed files with 1 additions and 61 deletions
|
@ -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
|
|
|
@ -9,7 +9,7 @@ metadata:
|
||||||
apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
kind: ApplicationSet
|
kind: ApplicationSet
|
||||||
metadata:
|
metadata:
|
||||||
name: infra-distrilab
|
name: le-distrilab
|
||||||
spec:
|
spec:
|
||||||
generators:
|
generators:
|
||||||
- list:
|
- list:
|
||||||
|
|
Loading…
Reference in a new issue