diff --git a/main/Chart.yaml b/main/Chart.yaml new file mode 100644 index 0000000..bbef53c --- /dev/null +++ b/main/Chart.yaml @@ -0,0 +1 @@ +name: main diff --git a/main/templates/nginx-ingress.yaml b/main/templates/nginx-ingress.yaml new file mode 100644 index 0000000..1a0341e --- /dev/null +++ b/main/templates/nginx-ingress.yaml @@ -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