homelab/archive/2022.07.bxl-k3s-pi/argo/devops.yaml

22 lines
407 B
YAML
Raw Normal View History

2023-04-16 15:04:06 +02:00
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
namespace: devops
name: devops
spec:
project: k3pi
source:
repoURL: https://git.bhasher.com/Bhasher/K3Pi.git
targetRevision: HEAD
path: services/utils/devops
directory:
recurse: true
destination:
server: https://kubernetes.default.svc
namespace: devops
syncPolicy:
automated:
prune: true