add applications application

This commit is contained in:
Victor Barba Martin 2021-10-29 16:30:49 +02:00
parent 6e18233820
commit 5235dca6fd
2 changed files with 3 additions and 2 deletions

View File

@ -1,11 +1,11 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: argocd
name: applications
spec:
destination:
name: ''
namespace: default
namespace: argocd
server: 'https://kubernetes.default.svc'
source:
path: k8s/applications

View File

@ -8,3 +8,4 @@ resources:
- argocd.yaml
- cert-manager.yaml
- metrics-server.yaml
- applications.yaml