homelab/archive/2022.07.bxl-k3s-pi/argo/WIP/cron.yaml

20 lines
366 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
namespace: devops
name: cron
spec:
project: k3pi
source:
repoURL: https://git.bhasher.com/Bhasher/K3Pi.git
targetRevision: HEAD
path: services/apps/cron/
destination:
server: https://kubernetes.default.svc
namespace: cron
syncPolicy:
automated:
prune: true