From 5b95b294e1ec0519de37fd80bc4042a9dd7b9450 Mon Sep 17 00:00:00 2001 From: Marco van Zijl Date: Sat, 3 May 2025 09:40:39 +0200 Subject: [PATCH] Add Traefik application manifest to ArgoCD configuration --- applications/templates/traefik.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 applications/templates/traefik.yaml diff --git a/applications/templates/traefik.yaml b/applications/templates/traefik.yaml new file mode 100644 index 0000000..2eab47a --- /dev/null +++ b/applications/templates/traefik.yaml @@ -0,0 +1,16 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: traefik + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + destination: + namespace: traefik + server: {{ .Values.spec.destination.server }} + project: default + source: + path: traefik + repoURL: {{ .Values.spec.source.repoURL }} + targetRevision: {{ .Values.spec.source.targetRevision }} \ No newline at end of file