mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 16:51:31 -05:00
readd gitlab runner
This commit is contained in:
parent
d3aeb47a16
commit
6ff98c9cd7
1 changed files with 21 additions and 21 deletions
|
|
@ -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
|
||||||
#
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue