gitops-zurrli/argoapps/zurrli/urlredirector.yaml

21 lines
478 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: urlredirector
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: apps
source:
path: apps/zurrli/urlredirector
repoURL: https://git.tbrnt.ch/tobru/gitops-zurrli.git
targetRevision: HEAD
destination:
namespace: urlredirector
server: https://kubernetes.default.svc
syncPolicy:
automated: {}
syncOptions:
- CreateNamespace=true