add applications application
This commit is contained in:
parent
6e18233820
commit
5235dca6fd
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -8,3 +8,4 @@ resources:
|
|||
- argocd.yaml
|
||||
- cert-manager.yaml
|
||||
- metrics-server.yaml
|
||||
- applications.yaml
|
||||
Loading…
Reference in New Issue