From 5611ba5f8cf0206042ec26d3a756481195f011fa Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sat, 14 Oct 2023 11:17:16 -0500 Subject: [PATCH] argocd/apps: Add authelia --- argocd/applications/authelia.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 argocd/applications/authelia.yaml diff --git a/argocd/applications/authelia.yaml b/argocd/applications/authelia.yaml new file mode 100644 index 0000000..87a9c35 --- /dev/null +++ b/argocd/applications/authelia.yaml @@ -0,0 +1,13 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: authelia + namespace: argocd +spec: + destination: + server: https://kubernetes.default.svc + project: default + source: + path: authelia + repoURL: https://git.pyrocufflink.blue/infra/kubernetes.git + targetRevision: master