19 lines
375 B
YAML
19 lines
375 B
YAML
|
---
|
||
|
apiVersion: argoproj.io/v1alpha1
|
||
|
kind: Application
|
||
|
metadata:
|
||
|
name: passmower
|
||
|
namespace: argocd
|
||
|
spec:
|
||
|
project: k-space.ee
|
||
|
source:
|
||
|
repoURL: 'git@git.k-space.ee:k-space/kube.git'
|
||
|
path: passmower
|
||
|
targetRevision: HEAD
|
||
|
destination:
|
||
|
server: 'https://kubernetes.default.svc'
|
||
|
namespace: passmower
|
||
|
# syncPolicy:
|
||
|
# automated:
|
||
|
# prune: true
|