migrate gps-tracking here argo app

This commit is contained in:
Tobias Brunner 2024-02-25 20:51:25 +01:00
parent be48fc1a40
commit 9029ce91b6
Signed by: tobru
SSH key fingerprint: SHA256:kywVhvCA+MIxL6eBgoQa+BfC/ROJqcfD2bpy1PR6Ebk

View file

@ -0,0 +1,18 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: camper-gps-tracking
namespace: argocd
spec:
project: apps-camper
source:
path: apps/camper/gps-tracking
repoURL: https://git.tbrnt.ch/tobru/gitops-zurrli.git
targetRevision: HEAD
destination:
name: camper
namespace: gps-tracking
syncPolicy:
syncOptions:
- ServerSideApply=true
- CreateNamespace=true