From 251fc3a996fae24db735d7769de019a129084631 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Wed, 15 Dec 2021 20:17:34 +0100 Subject: [PATCH] restore wrong deleted file --- _apps/ipapi.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 _apps/ipapi.yaml diff --git a/_apps/ipapi.yaml b/_apps/ipapi.yaml new file mode 100644 index 0000000..e8e7966 --- /dev/null +++ b/_apps/ipapi.yaml @@ -0,0 +1,21 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: ipapi + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + destination: + namespace: ipapi + server: https://kubernetes.default.svc + project: apps + source: + path: ipapi + repoURL: https://git.tbrnt.ch/tobru/gitops-tbrnt.git + targetRevision: HEAD +--- +apiVersion: v1 +kind: Namespace +metadata: + name: ipapi