manage argocd with argocd

This commit is contained in:
Tobias Brunner 2020-03-31 21:15:57 +02:00
parent 860d4c1f35
commit 9a3673fa34
2 changed files with 2417 additions and 0 deletions

21
_apps/argocd.yaml Normal file
View file

@ -0,0 +1,21 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: argocd
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
namespace: argocd
server: https://kubernetes.default.svc
project: default
source:
path: argocd
repoURL: https://git.tbrnt.ch/tobru/gitops-tbrnt.git
targetRevision: HEAD
---
apiVersion: v1
kind: Namespace
metadata:
name: argocd

2396
argocd/install.yaml Normal file

File diff suppressed because it is too large Load diff