From 22e9d5a08e3093501fea0575a4ff82526388e3d8 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Thu, 20 Mar 2025 06:20:32 -0500 Subject: [PATCH] update --- infra/argocd/templates/gitlab-runner.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 infra/argocd/templates/gitlab-runner.yaml diff --git a/infra/argocd/templates/gitlab-runner.yaml b/infra/argocd/templates/gitlab-runner.yaml new file mode 100644 index 0000000..de73c0c --- /dev/null +++ b/infra/argocd/templates/gitlab-runner.yaml @@ -0,0 +1,21 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: gitlab-runner-dmz + namespace: argocd +spec: + project: default + source: + repoURL: https://gitlab.com/developerdurp/homelab.git + targetRevision: main + path: dmz/gitlab-runner + destination: + namespace: gitlab-runner + name: dmz + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true +