Compare commits
No commits in common. "099fd2b2a3afb4cc5433cf483aa29c0929ac5f6f" and "cfc3673a8550d24f1f074c74e646ba8fa7c8e00f" have entirely different histories.
099fd2b2a3
...
cfc3673a85
|
@ -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
|
|
|
@ -7,7 +7,7 @@ spec:
|
||||||
destination:
|
destination:
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
project: infra
|
project: default
|
||||||
source:
|
source:
|
||||||
path: manifests/cluster-install
|
path: manifests/cluster-install
|
||||||
repoURL: https://github.com/argoproj/argo-cd
|
repoURL: https://github.com/argoproj/argo-cd
|
||||||
|
|
|
@ -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
|
|
|
@ -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
|
|
Loading…
Reference in New Issue