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 apiVersion: argoproj.io/v1alpha1
#kind: Application kind: Application
#metadata: metadata:
# name: gitlab-runner name: gitlab-runner
# namespace: argocd namespace: argocd
#spec: spec:
# project: default project: default
# source: source:
# repoURL: https://gitea.durp.info/DeveloperDurp/homelab.git repoURL: https://gitea.durp.info/DeveloperDurp/homelab.git
# targetRevision: main targetRevision: main
# path: gitlab-runner path: gitlab-runner
# destination: destination:
# namespace: gitlab-runner namespace: gitlab-runner
# name: in-cluster name: in-cluster
# syncPolicy: syncPolicy:
# automated: automated:
# prune: true prune: true
# selfHeal: true selfHeal: true
# syncOptions: syncOptions:
# - CreateNamespace=true - CreateNamespace=true
#