Compare commits

..

No commits in common. "099fd2b2a3afb4cc5433cf483aa29c0929ac5f6f" and "cfc3673a8550d24f1f074c74e646ba8fa7c8e00f" have entirely different histories.

4 changed files with 1 additions and 44 deletions

View File

@ -1,17 +0,0 @@
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

View File

@ -7,7 +7,7 @@ spec:
destination:
namespace: argocd
server: https://kubernetes.default.svc
project: infra
project: default
source:
path: manifests/cluster-install
repoURL: https://github.com/argoproj/argo-cd

View File

@ -1,13 +0,0 @@
apiVersion: argoproj.io/v1alpha1
kind: AppProject
metadata:
name: apps
namespace: argocd
spec:
description: everything non-infra
sourceRepos:
- https://git.martyn.berlin/martyn/infra4talos.git
destinations:
- name: '*'
namespace: '*'
server: https://kubernetes.default.svc

View File

@ -1,13 +0,0 @@
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