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