argocd: add main app

This commit is contained in:
Andrey Kartashov 2019-10-27 02:27:36 +07:00
parent 82c288c460
commit 6a3adf7aca
2 changed files with 17 additions and 0 deletions

1
main/Chart.yaml Normal file
View file

@ -0,0 +1 @@
name: main

View file

@ -0,0 +1,16 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: nginx-ingress
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
namespace: nginx-ingress
server:
project: default
source:
path: apps/system/nginx-ingress
repoURL: git@github.com:gorilych/gf-k8s
targetRevision: argocd-gitops