forked from catalin/fukuops
18 lines
418 B
YAML
18 lines
418 B
YAML
---
|
|
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: argo
|
|
namespace: argocd
|
|
spec:
|
|
destination:
|
|
name: ''
|
|
namespace: argocd
|
|
server: https://kubernetes.default.svc
|
|
sources:
|
|
- repoURL: https://git.roboces.dev/catalin/fukuops.git
|
|
path: k8s/services/argo
|
|
targetRevision: main
|
|
project: management
|
|
syncPolicy:
|
|
automated: {}
|