forked from catalin/fukuops
17 lines
379 B
YAML
17 lines
379 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: { }
|