17 lines
367 B
YAML
17 lines
367 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: argo-managed-argo
|
|
namespace: argocd
|
|
spec:
|
|
destination:
|
|
name: ''
|
|
namespace: 'argocd'
|
|
server: 'https://kubernetes.default.svc'
|
|
source:
|
|
repoURL: https://git.roboces.dev/catalin/fukuops.git
|
|
path: k8s/services/argo
|
|
targetRevision: main
|
|
sources: []
|
|
project: management
|
|
|