Projects abound
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
cfc3673a85
commit
2d33ad4aa7
|
@ -0,0 +1,17 @@
|
||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: app-of-apps
|
||||||
|
namespace: argocd
|
||||||
|
spec:
|
||||||
|
destination:
|
||||||
|
namespace: argocd
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
project: infra
|
||||||
|
source:
|
||||||
|
path: everything-app/
|
||||||
|
repoURL: https://git.martyn.berlin/martyn/infra4talos.git
|
||||||
|
targetRevision: HEAD
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
selfHeal: true
|
|
@ -7,7 +7,7 @@ spec:
|
||||||
destination:
|
destination:
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
project: default
|
project: infra
|
||||||
source:
|
source:
|
||||||
path: manifests/cluster-install
|
path: manifests/cluster-install
|
||||||
repoURL: https://github.com/argoproj/argo-cd
|
repoURL: https://github.com/argoproj/argo-cd
|
||||||
|
|
|
@ -0,0 +1,9 @@
|
||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: AppProject
|
||||||
|
metadata:
|
||||||
|
name: apps
|
||||||
|
namespace: argocd
|
||||||
|
spec:
|
||||||
|
description: everything non-infra
|
||||||
|
sourceRepos:
|
||||||
|
- https://git.martyn.berlin/martyn/infra4talos.git
|
|
@ -0,0 +1,13 @@
|
||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: AppProject
|
||||||
|
metadata:
|
||||||
|
name: infra
|
||||||
|
namespace: argocd
|
||||||
|
spec:
|
||||||
|
description: argo, nginx-ingress, etc.
|
||||||
|
destinations:
|
||||||
|
- name: '*'
|
||||||
|
namespace: '*'
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
sourceRepos:
|
||||||
|
- https://git.martyn.berlin/martyn/infra4talos.git
|
Loading…
Reference in New Issue