ArgoCD manages ArgoCD

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2023-10-26 14:33:00 +02:00
parent b51bb2ce2f
commit cfc3673a85
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: argocd
namespace: argocd
spec:
destination:
namespace: argocd
server: https://kubernetes.default.svc
project: default
source:
path: manifests/cluster-install
repoURL: https://github.com/argoproj/argo-cd
targetRevision: HEAD