readd gitlab runner

This commit is contained in:
2024-03-10 10:35:12 -05:00
parent d3aeb47a16
commit 6ff98c9cd7

View File

@@ -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