gitops-zurrli/argoapps/camper/homepage.yaml

19 lines
403 B
YAML

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