From 6ff98c9cd7b4ee7799e202d815f981c2af45411d Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 10 Mar 2024 10:35:12 -0500 Subject: [PATCH] readd gitlab runner --- argocd/templates/gitlab-runner.yaml | 42 ++++++++++++++--------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/argocd/templates/gitlab-runner.yaml b/argocd/templates/gitlab-runner.yaml index 911f27c..37ea2dd 100644 --- a/argocd/templates/gitlab-runner.yaml +++ b/argocd/templates/gitlab-runner.yaml @@ -1,21 +1,21 @@ -#apiVersion: argoproj.io/v1alpha1 -#kind: Application -#metadata: -# name: gitlab-runner -# namespace: argocd -#spec: -# project: default -# source: -# repoURL: https://gitea.durp.info/DeveloperDurp/homelab.git -# targetRevision: main -# path: gitlab-runner -# destination: -# namespace: gitlab-runner -# name: in-cluster -# syncPolicy: -# automated: -# prune: true -# selfHeal: true -# syncOptions: -# - CreateNamespace=true -# +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: gitlab-runner + namespace: argocd +spec: + project: default + source: + repoURL: https://gitea.durp.info/DeveloperDurp/homelab.git + targetRevision: main + path: gitlab-runner + destination: + namespace: gitlab-runner + name: in-cluster + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true +